Tests.JsonReportViewModelCreatorCreatorTests.should_create_a_js_file_with_a_json_viewmodel_from_a_object C# (CSharp) Method

should_create_a_js_file_with_a_json_viewmodel_from_a_object() private method

        public void should_create_a_js_file_with_a_json_viewmodel_from_a_object()
        {
            // Act
            var jsonViewModel = jsonCreator.CreateViewModel();

            // Assert
            jsonViewModel.Should().Not.Be.NullOrEmpty();
        }
    }