()
| 435 | testAlignStruct("Inheritance", 4); |
| 436 | } |
| 437 | public void testAlignStruct5() { |
| 438 | testAlignStruct(5); |
| 439 | } |
| 440 | public void annotatedTestAlignStruct5() { |
| 441 | testAlignStruct("Annotated", 5); |
| 442 | } |
nothing calls this directly
no test coverage detected