//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes: //ORIGINAL LINE: @Before public void setUp() public virtual void SetUp() { _recordFormat = new PropertyRecordFormat(); _pageCursor = new StubPageCursor(0, ( int )ByteUnit.kibiBytes(8)); _idSequence = new ConstantIdSequence(); }
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes: //ORIGINAL LINE: @Before public void setUp() public virtual void SetUp() { _recordFormat = new RelationshipGroupRecordFormat(); _pageCursor = new FixedLinkedStubPageCursor(0, ( int )ByteUnit.kibiBytes(8)); _idSequence = new ConstantIdSequence(); }