BridgeTests.Tests.TestDomainFactoryProvider.TestFactoryReturnsNullWithInvalidVersionNumberAsParameterAndExceptionHandlerUsernamPassword C# (CSharp) Метод

TestFactoryReturnsNullWithInvalidVersionNumberAsParameterAndExceptionHandlerUsernamPassword() приватный Метод

        public void TestFactoryReturnsNullWithInvalidVersionNumberAsParameterAndExceptionHandlerUsernamPassword()
        {
            OpenEngSB300.SetSupport();
            IDomainFactory factory = DomainFactoryProvider.GetDomainFactoryInstance<String>(VersionInvalid, NullString, NullString, NullExceptionHandler, Username, Password);
        }