Beispiel #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public static java.io.File find23FormatStoreDirectory(java.io.File targetDir) throws java.io.IOException
        public static File Find23FormatStoreDirectory(File targetDir)
        {
            return(Unzip.unzip(typeof(Legacy23Store), "upgradeTest23Db.zip", targetDir));
        }
Beispiel #2
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @Before public void setUp() throws java.io.IOException
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
        public virtual void SetUp()
        {
            Unzip.unzip(this.GetType(), "2.3-store.zip", TestDir.databaseDir());
        }
Beispiel #3
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: private static java.io.File find30FormatStoreDirectory(java.io.File targetDir) throws java.io.IOException
        private static File Find30FormatStoreDirectory(File targetDir)
        {
            return(Unzip.unzip(typeof(Legacy30Store), "upgradeTest30Db.zip", targetDir));
        }