Ejemplo n.º 1
0
        public void GetUsage_gets_non_empty_text()
        {
            // Act
            string usage = _options.GetUsage();

            // Assert
            Assert.IsNotEmpty(usage);
        }