Code Monkey home page Code Monkey logo

simplefluenttester's People

Contributors

abatar1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

simplefluenttester's Issues

ILogger do not flush properly

Sometimes, it causes printed messages to be cut off in the console. Probably, NLog or something similar should be used to avoid that.

Unit tests code generation

Unit tests should be generated on project compilation that references `SimpleFluentTester package.

After the research, I've decided to use MSBuild Task feature

The choise of test framework is not finished yet, however it's not really necessary, generated test cases itself should be very simple.

Add a possibility to write an output of a report to a file

As I see it, this feature should be a report configuration property.

Currently, user could override ILogger in reporter configuration with his own instance that also prints logs to files, but it adds an additional complexity of usage. The easiest way to do it may be adding file provider to a logger if this property has been set.

Also, file template and file path should be customizable as well.

I would also consider refactoring reporter configuration in a fluent way to stick to one design approach. That means that configuration should be refactored to a method chain approach, as well as this new API.

Change Inputs property type of TestCase

Inputs property of TestCase is object?[], but should be of type IComparedObject as well as Output and Expected properties. The goal is to avoid using nulls in a logic.

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.