()
| 420 | testAlignStruct("Annotated", 2); |
| 421 | } |
| 422 | public void testAlignStruct3() { |
| 423 | testAlignStruct(3); |
| 424 | } |
| 425 | public void annotatedTestAlignStruct3() { |
| 426 | testAlignStruct("Annotated", 3); |
| 427 | } |
nothing calls this directly
no test coverage detected