Revize 0060a0ae
Přidáno uživatelem Roman Kalivoda před téměř 4 roky(ů)
Server/ServerAppFunctionalTests/Predictor/PredictionControllerTests.cs | ||
---|---|---|
14 | 14 |
using ServerApp.Parser.InputData; |
15 | 15 |
using ServerApp.Connection.XMLProtocolHandler; |
16 | 16 |
using ServerApp.DataDownload; |
17 |
using log4net.Config; |
|
17 | 18 |
|
18 | 19 |
namespace ServerApp.Predictor.Tests |
19 | 20 |
{ |
20 | 21 |
[TestClass()] |
21 | 22 |
public class PredictionControllerTests |
22 | 23 |
{ |
24 |
[AssemblyInitialize()] |
|
25 |
public static void ClassInit(TestContext context) |
|
26 |
{ |
|
27 |
// setup logging service |
|
28 |
XmlConfigurator.Configure(); |
|
29 |
} |
|
30 |
|
|
23 | 31 |
[TestMethod()] |
24 | 32 |
public void PredictSingleTimeWeatherTest() |
25 | 33 |
{ |
Také k dispozici: Unified diff
Re #9056 refactoring