DeleteAllSubTreesIfPresent() public méthode

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

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