Loading...
Loading...
Found 5 Skills
Get best practices for JUnit 5 unit testing, including data-driven tests
Get best practices for TUnit unit testing, including data-driven tests
Automated LLM-driven hypothesis generation and testing on tabular datasets. Use when you want to systematically explore hypotheses about patterns in empirical data (e.g., deception detection, content analysis). Combines literature insights with data-driven hypothesis testing. For manual hypothesis formulation use hypothesis-generation; for creative ideation use scientific-brainstorming.
Parameterized testing patterns with @ParameterizedTest, @ValueSource, @CsvSource. Run single test method with multiple input combinations. Use when testing multiple scenarios with similar logic.
TestNG Java testing framework. Use for Java testing.