Versions Compared

Key

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

...

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

Code Block
ClientDeserializationCopyOnReadRegressionTest (org.apache.geode.cache)
    testCopyOnReadWithBridgeServer(true)
    testCopyOnReadWithBridgeServer(false)

Or if you use enums  (ex: CreateAndLocalDestroyInTXRegressionTest):

Code Block
CreateAndLocalDestroyInTXRegressionTest
    createAndLocalOpShouldCreateEventWithNewValue
        CreateAndLocalDestroyInTXRegressionTest.createAndLocalOpShouldCreateEventWithNewValue(LOCAL_DESTROY)
        CreateAndLocalDestroyInTXRegressionTest.createAndLocalOpShouldCreateEventWithNewValue(LOCAL_INVALIDATE)