< prev index next >

test/java/util/Random/RandomTest.java

Print this page

        

@@ -33,10 +33,11 @@
 
 /**
  * @test
  * @run testng RandomTest
  * @summary test methods on Random
+ * @key randomness
  */
 @Test
 public class RandomTest {
 
     // Note: this test was adapted from the 166 TCK ThreadLocalRandomTest test
< prev index next >