Пример #1
0
        public void TestLoadFromConfigNullStream()
        {
            // Should not be able to instantiate a new instance of "Client" without a valid path to the configuration');


            NetworkConfig.FromJsonStream(null);
        }