Files
coverlet/test/coverlet.integration.template/DeepThought.cs
T
Marco Rossignoli 53562c6460 Add integration test for all drivers mbuild/vstest/.net tool (#639)
Add integration test for all drivers mbuild/vstest/.net tool
2019-12-06 16:43:24 +01:00

11 lines
210 B
C#

namespace Coverlet.Integration.Template
{
public class DeepThought
{
public int AnswerToTheUltimateQuestionOfLifeTheUniverseAndEverything()
{
return 42;
}
}
}