Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
@Test
@Parameters({"true", "false"})
@TestCaseName("{method}({params})")
public void testSomeBehavior(final boolean value) throws Exception {

This results in nicer test names in the results:

ClientDeserializationCopyOnReadRegressionTest (org.apache.geode.cache)

testCopyOnReadWithBridgeServer(true)

testCopyOnReadWithBridgeServer(false)