{{theTime}}

Search This Blog

Total Pageviews

JUnit 4 feature Parameterized tests:

- Allows to run the same test multiple times based on parameter values.

How to write the test?

- Annotate test class with @RunWith(Parameterized.class)
- Create public static method with annotation @Parameters and return collection of objects
- Create a public constructor that takes the Parameter Object type.

1 comment:

Mallory said...

Great post, much appreciate the time you took to write this.

java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport

SpringBoot Error: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.j...