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 testSomeBehaviortestCopyOnReadWithBridgeServer(final boolean valueserializeEarly) throws Exception {

This results in nicer test names in the results (ex: ClientDeserializationCopyOnReadRegressionTest):

...