53562c6460
Add integration test for all drivers mbuild/vstest/.net tool
11 lines
210 B
C#
11 lines
210 B
C#
namespace Coverlet.Integration.Template
|
|
{
|
|
public class DeepThought
|
|
{
|
|
public int AnswerToTheUltimateQuestionOfLifeTheUniverseAndEverything()
|
|
{
|
|
return 42;
|
|
}
|
|
}
|
|
}
|