예제 #1
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @BeforeClass public static void setupServer()
        public static void SetupServer()
        {
            FunctionalTestHelper functionalTestHelper = new FunctionalTestHelper(Server());

            _helper = functionalTestHelper.GraphDbHelper;
        }