Searched refs:Generator3 (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/ |
| D | SimpleCacheTests.cs | 39 var result = cache.Get(obj1, obj2, Generator3); in ShouldNotMissCacheWithTwoParameters() 42 var resultAfter = cache.Get(obj1, obj2, Generator3); in ShouldNotMissCacheWithTwoParameters() 70 cache.Get(obj1, obj2, Generator3); in ShouldNotMixParametersAndGenerators() 221 var result = cache.Get(obj1, obj2, Generator3); in ShouldNotMixOrderOfParameteres() 224 var resultAfter = cache.Get(obj2, obj1, Generator3); in ShouldNotMixOrderOfParameteres() 270 private string Generator3(object obj, object obj_1) in Generator3() method in Antmicro.Renode.Utilities.SimpleCacheTests
|