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