//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes: //ORIGINAL LINE: @Test public void nextIntValueBounded() public virtual void NextIntValueBounded() { CheckDistribution(() => RandomValues.nextIntValue(BOUND)); CheckBounded(() => RandomValues.nextIntValue(BOUND)); }