Skip to content

Type stubbing library #6

@sidristij

Description

@sidristij

Library to stub types

using(var stub = Stubber.MakeTypeStub<TypeFrom, TypeTo>())
{
   var instance = new TypeFrom(.....);
   var instance.MakeSomething();
}

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions