AnalyzerUnitTest.ReciprocatedVertexPairRatioCalculatorTest.ReciprocatedVertexPairRatioCalculatorTest C# (CSharp) Method

ReciprocatedVertexPairRatioCalculatorTest() public method

Initializes a new instance of the class.
public ReciprocatedVertexPairRatioCalculatorTest ( ) : System
return System
        public ReciprocatedVertexPairRatioCalculatorTest()
        {
            m_oReciprocatedVertexPairRatioCalculator = null;
            m_oGraph = null;
            m_oVertices = null;
            m_oEdges = null;
        }