Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extender la terminología relacionada con los tests #310

Open
JJ opened this issue Jan 14, 2025 · 0 comments
Open

Extender la terminología relacionada con los tests #310

JJ opened this issue Jan 14, 2025 · 0 comments

Comments

@JJ
Copy link
Owner

JJ commented Jan 14, 2025

Hay todo un mundo ahí fuera de cosas como

  • Matchers (ya se mencionan)
  • Specs (que pueden ser ficheros que incluyan una serie de tests unitarios, o
    aserciones escritas en un DSL)
  • Test engines: en Java, el test está integrado con el IDE o con el build
    system; este "habla" con el Testing Engine para organizar los tests y conocer
    el resultado. Es decir, no todos usan TAP. El ecosistema de C#, con el que
    nunca nadie se ha querido meter pero podría hacerlo, seguro que tiene alguna
    movida diferente.

Si de camino se aclara la terminología de tests runners y demás, mejor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant