summaryrefslogtreecommitdiffstats
path: root/test/junit/com/jogamp/gluegen/TestStructAccessor.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-08-05 03:16:06 +0200
committerSven Gothel <[email protected]>2023-08-05 03:16:06 +0200
commit0d3c2b630e06045013250547b3d0cb1bd9f99386 (patch)
tree0b15ff413169874cee4e85286778a3ed191303a7 /test/junit/com/jogamp/gluegen/TestStructAccessor.java
parent177ee444d1b86e6412f636d5f4e8f0695d418246 (diff)
Cleanup unit test class names (pt2): Try to start w/ 'Test', remove intermediate 'Test' for supporting, non-test classes
Diffstat (limited to 'test/junit/com/jogamp/gluegen/TestStructAccessor.java')
-rw-r--r--test/junit/com/jogamp/gluegen/TestStructAccessor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/junit/com/jogamp/gluegen/TestStructAccessor.java b/test/junit/com/jogamp/gluegen/TestStructAccessor.java
index 46191f1..05f8739 100644
--- a/test/junit/com/jogamp/gluegen/TestStructAccessor.java
+++ b/test/junit/com/jogamp/gluegen/TestStructAccessor.java
@@ -54,7 +54,7 @@ import static com.jogamp.gluegen.BuildUtil.*;
*
* @author Michael Bien
*/
-public class StructAccessorTest {
+public class TestStructAccessor {
@Test
public void generateStruct() {