getNakedKey() public method

public getNakedKey ( ) : string
return string
 public void testSetKey()
 {
     WaveUnitConfigElementStub e = new WaveUnitConfigElementStub();
     e.setNakedKey( null );
     e.setKey( "Bar" );
     Assert.AreEqual( "Bar", e.getNakedKey() );
 }
Exemplo n.º 2
0
        public void testSetKey()
        {
            WaveUnitConfigElementStub e = new WaveUnitConfigElementStub();

            e.setNakedKey(null);
            e.setKey("Bar");
            Assert.AreEqual("Bar", e.getNakedKey());
        }