public void BasicInterfaceInstantion() { var i = _nF.Create <TCPServer>(); Assert.IsNotNull(i); }
public void SetUp() { _nF = NFactory.Create(); }