Klassifizierungssystem hinzugefügt
This commit is contained in:
21
dcnsanplanung.bewertungTests/BewM149Tests.cs
Normal file
21
dcnsanplanung.bewertungTests/BewM149Tests.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using dcnsanplanung.bewertung;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace dcnsanplanung.bewertung.Tests
|
||||
{
|
||||
[TestClass()]
|
||||
public class BewM149Tests
|
||||
{
|
||||
[TestMethod()]
|
||||
public void BewM149Test()
|
||||
{
|
||||
var t = BewM149.Klassifiziere("BAB", "B", "A", "10", "10", 0);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user