mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-22 04:46:30 +02:00
Mini survey added.
Minor fiexes.
This commit is contained in:
parent
ddfea49ea6
commit
e321764119
73 changed files with 1628 additions and 185 deletions
16
TestShareeLib/Model/MiniSurvey/TestQuestionModel.cs
Normal file
16
TestShareeLib/Model/MiniSurvey/TestQuestionModel.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
using NUnit.Framework;
|
||||
using TINK.Model.MiniSurvey;
|
||||
|
||||
namespace TestShareeLib.Model.MiniSurvey
|
||||
{
|
||||
[TestFixture]
|
||||
public class TestQuestionModel
|
||||
{
|
||||
public void TestCtro()
|
||||
{
|
||||
Assert.That(
|
||||
new MiniSurveyModel.QuestionModel().PossibleAnswers,
|
||||
Is.Not.Null);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue