示例#1
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @Test public void shouldExtensionWork()
        public virtual void ShouldExtensionWork()
        {
            // Given the rule in the beginning of this class

            // When I run this test

            // Then
            assertThat(HTTP.GET(Neo4j.httpURI().resolve("test/myExtension").ToString()).status(), equalTo(234));
        }