예제 #1
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @Before public void setup() throws Exception
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
        public virtual void Setup()
        {
            _clusterRule.withDiscoveryServiceType(_discoveryType);
            _fs      = _fileSystemRule.get();
            _cluster = _clusterRule.startCluster();
        }