aswi20220x00-gitlab/Backend/FrontendTesting/MainTestingClass.cs @ 67683ef3
1 | d65e75d9 | schenkj | using Microsoft.VisualStudio.TestTools.UnitTesting; |
---|---|---|---|
2 | |||
3 | namespace FrontendTesting |
||
4 | {
|
||
5 | [TestClass] |
||
6 | 414636c0 | schenkj | public class MainTestingClass |
7 | d65e75d9 | schenkj | {
|
8 | [TestMethod] |
||
9 | 414636c0 | schenkj | public void RunAll() |
10 | d65e75d9 | schenkj | {
|
11 | 414636c0 | schenkj | |
12 | d65e75d9 | schenkj | }
|
13 | }
|
||
14 | }
|