//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes: //ORIGINAL LINE: @Test public void checkTinyConsistentStore() throws Exception //JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: public virtual void CheckTinyConsistentStore() { _db.ensureStarted(); CreateLinkedList(_db, 1_000); _db.shutdownAndKeepStore(); AssertConsistentStore(_db); }