BE.CQRS.Data.MongoDb.Tests.StreamNamerTests.WhenResolvingStream.ItCanReConstructId C# (CSharp) Method

ItCanReConstructId() private method

private ItCanReConstructId ( ) : void
return void
        public void ItCanReConstructId()
        {
            string id = sut.IdByStreamName(streamName);

            Assert.Equal("123", id);
        }