DeleteAllSubTreesIfPresent() public method

Removes all SubTrees from registry, for test SetUp or Teardown
public DeleteAllSubTreesIfPresent ( ) : void
return void
		public void Setup()
		{
			m_helper = new DummyFwRegistryHelper();
			FwRegistryHelper.Manager.SetRegistryHelper(m_helper);
			m_helper.DeleteAllSubTreesIfPresent();

		}
Esempio n. 2
0
 public void Setup()
 {
     m_helper = new DummyFwRegistryHelper();
     FwRegistryHelper.Manager.SetRegistryHelper(m_helper);
     m_helper.DeleteAllSubTreesIfPresent();
 }