BE.CQRS.Data.MongoDb.Tests.StreamNamerTests.WhenResolvingStream.ItCanReConstructTheTypeName C# (CSharp) Méthode

ItCanReConstructTheTypeName() private méthode

private ItCanReConstructTheTypeName ( ) : void
Résultat void
        public void ItCanReConstructTheTypeName()
        {
            string type = sut.TypeNameByStreamName(streamName);

            Assert.Equal(typeof(SampleBo).FullName, type);
        }
    }