Home
last modified time | relevance | path

Searched refs:UsingFileNotFound (Results 1 – 3 of 3) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DParsingError.cs48 UsingFileNotFound = 36, enumerator
DUsingsGraph.cs55 … creationDriver.HandleError(ParsingError.UsingFileNotFound, usingEntry.Path, in TraverseDepthFirst()
/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/PlatformDescription/
DUsingTests.cs365 Assert.AreEqual(ParsingError.UsingFileNotFound, exception.Error); in ShouldFailOnNonExistingUsingFile()