We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix links
Updated Parameterized tests (markdown)
Corrected parameterized name in Fibonacci example : [1: fib(3)=2] to [3: fib(3)=2]
Added a reference to ParameterizedSuite.
Edited reference to JUnitParams
Added version-info to single param and link to https://github.com/Pragmatists/JUnitParams
Tests with single parameter
1. import sentences are added. 2. Fibonacci Class is added to test immediately.
Consistency with spaces
codify @Parameter
Fix issue #1167 (Parameterized test methods don't display name properly when given escape sequences #1167) by Wiki modification.
Fix trailing "and".
unifed formatting of code snippets, fixed typo, enhanced documentation of Eclipse bug as it is fixed in 4.4
adding missing documentation for @Parameter
removed the illegal variable Fibonacci in new Object[][] call
java syntax highlighting
Created Parameterized tests (markdown)