()
| 414 | testAlignStruct("Annotated", 1); |
| 415 | } |
| 416 | public void testAlignStruct2() { |
| 417 | testAlignStruct(2); |
| 418 | } |
| 419 | public void annotatedTestAlignStruct2() { |
| 420 | testAlignStruct("Annotated", 2); |
| 421 | } |
nothing calls this directly
no test coverage detected