17181920212223
* Read-only test so can use one-time setup. * * @return */ public static Test suite() { return new OneTimeTestSetup(new PropertyEncodingOrderTest()); }