Пример #1
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @Parameterized.Parameters(name = "{1}") public static Iterable<Object[]> generators()
        public static IEnumerable <object[]> Generators()
        {
//JAVA TO C# CONVERTER WARNING: The .NET Type.FullName property will not always yield results identical to the Java Class.getName method:
            return(Arrays.asList(new object[] { RandomValues.Create(ThreadLocalRandom.current()), typeof(Random).FullName }, new object[] { RandomValues.Create(new SplittableRandom()), typeof(SplittableRandom).FullName }));
        }