Arc.Unit.Tests.Infrastructure.Data.NHibernate.UnitOfWorkFactoryTests.Should_create_new_unit_of_work C# (CSharp) Method

Should_create_new_unit_of_work() private method

private Should_create_new_unit_of_work ( ) : void
return void
        public void Should_create_new_unit_of_work()
        {
            var target = CreateSUTWithLocalRegistry();

            var actual = target.Create();

            Assert.That(actual, Is.Not.Null, "Created unit of work should not be empty.");
        }