Skip to content

Simple mock framework designed to work with UWP in release mode

License

Notifications You must be signed in to change notification settings

Mr1Penguin/Mosu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mosu

Simple mock framework designed to work with UWP in release mode

This project was created as part of another bigger project. The purpose of it is to replace Moq in UWP test projects so I could run tests in release mode where you unable to generate code in runtime.

Number of features implemented is based on needs of main project.

In plans to add mock class generation automaticaly before building test project. But I need to figure out how to analize project to search for interfaces and methods inside it ;).

Example of usage could be found in Mosu.Tests directory.

About

Simple mock framework designed to work with UWP in release mode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages