cadencii.WaveUnitConfigElementTest.testSetKeyWithNull C# (CSharp) Method

testSetKeyWithNull() private method

private testSetKeyWithNull ( ) : void
return void
        public void testSetKeyWithNull()
        {
            WaveUnitConfigElement e = new WaveUnitConfigElement();
            e.setKey( null );
        }