Revize d402013e
Přidáno uživatelem Tomáš Orlovský před téměř 4 roky(ů)
tests/Leuze.Tests.Configuration/Utilities.cs | ||
---|---|---|
22 | 22 |
List<Assembly> loadedAssemblies = new List<Assembly>(); |
23 | 23 |
|
24 | 24 |
string workingDirectory = Environment.CurrentDirectory; |
25 |
#if TEST |
|
26 |
string projectDirectory = Directory.GetParent(workingDirectory).Parent.Parent.Parent.FullName; |
|
27 |
#else |
|
25 | 28 |
string projectDirectory = Directory.GetParent(workingDirectory).Parent.Parent.Parent.Parent.Parent.FullName; |
29 |
#endif |
|
30 |
|
|
26 | 31 |
|
27 | 32 |
// Loop through all dll files in directory |
28 | 33 |
foreach (FileInfo file in new DirectoryInfo(Path.Combine(projectDirectory, "src", "Presentation", "Leuze.Modules", "net5.0")).GetFiles("*.dll")) |
Také k dispozici: Unified diff
Added first tests on goals commands