()
| 426 | testAlignStruct("Annotated", 3); |
| 427 | } |
| 428 | public void testAlignStruct4() { |
| 429 | testAlignStruct(4); |
| 430 | } |
| 431 | public void annotatedTestAlignStruct4() { |
| 432 | testAlignStruct("Annotated", 4); |
| 433 | } |
nothing calls this directly
no test coverage detected