Ejemplo n.º 1
0
        public void ShouldReturnCurrentType()
        {
            // when
            var currentType = Reflections.CurrentType();

            // then
            Check.That(currentType).IsEqualTo(GetType());
        }