GithubHelp home page GithubHelp logo

stefanie899 / andculturecode.csharp.testing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dylanjustice/andculturecode.csharp.testing

0.0 0.0 0.0 123 KB

Commonly used CSharp Automated Testing patterns and utilities

License: Apache License 2.0

C# 100.00%

andculturecode.csharp.testing's Introduction

AndcultureCode.CSharp.Testing Build Status codecov

Commonly used CSharp testing code used at andculture.

Getting Started

This package is installed via NuGet

dotnet add [<PROJECT>] package AndcultureCode.CSharp.Testing

Documentation

Full API Documentation

Development Setup

Below are a few basics to get you started, but there are many more commands and options for managing this and other projects found in the and-cli.

Building project

  • Run the build command
    and-cli dotnet --build
    

Running tests

  • Run the test command
    and-cli dotnet-test
    

Running tests along with code coverage

  • Run the test command
    and-cli dotnet-test --coverage
    
  • Open the coverage.opencover.xml file in your browser

Publishing a new version

Features

Factories

TODO: In-depth documentation on test factories

Configuration

Using the FactorySettings singleton class you can configure test factories. To access properties use the singleton instance FactorySettings.Instance.{property|method};

Debug (default: false)

To enable debug output set the Debug setting to true. Now warnings will be output via standard out for troubleshooting purposes. By default, only exceptional cases will be output.

Community

Contributing

Information on contributing to this repo is in the Contributing Guide

andculturecode.csharp.testing's People

Contributors

wintondeshong avatar brandongregoryscott avatar rolfers avatar dylanjustice avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.