示例#1
0
        public void ExecutionStats()
        {
            var json = _rebels.IncludeExecutionStats().ToString();

            Assert.Equal(@"{""execution_stats"":true,""selector"":{}}", json);
        }