//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes: //ORIGINAL LINE: @Test void shouldGrant_read_shouldRetry_read_shouldRetry_close() throws Exception //JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: internal virtual void ShouldGrantReadShouldRetryReadShouldRetryClose() { // GIVEN _cursor.getShort(0); _cursor.shouldRetry(); _cursor.Int; // WHEN _cursor.shouldRetry(); // THEN _cursor.close(); }
public override short getShort(int offset) { return(Delegate.getShort(offset)); }
public override short getShort(int offset) { return(_current.getShort(offset)); }