public void SetUp()
 {
     m_oByDelegateVertexSorter = new ByDelegateVertexSorter();
 }
 public void TearDown()
 {
     m_oByDelegateVertexSorter = null;
 }
 //*************************************************************************
 //  Constructor: ByDelegateVertexSorterTest()
 //
 /// <summary>
 /// Initializes a new instance of the <see
 /// cref="ByDelegateVertexSorterTest" /> class.
 /// </summary>
 //*************************************************************************
 public ByDelegateVertexSorterTest()
 {
     m_oByDelegateVertexSorter = null;
 }