UtilsTest
Inherits: Test
Tests the Utils internal library.
Functions
testGetContractInfo_from_file
function testGetContractInfo_from_file() public view;
testGetContractInfo_from_fileAndName
function testGetContractInfo_from_fileAndName() public view;
testGetContractInfo_from_artifact
function testGetContractInfo_from_artifact() public view;
testGetContractInfo_wrongNameFormat
function testGetContractInfo_wrongNameFormat() public;
testGetContractInfo_outDirTrailingSlash
function testGetContractInfo_outDirTrailingSlash() public view;
testGetContractInfo_invalidOutDir
function testGetContractInfo_invalidOutDir() public;
testGetFullyQualifiedName_from_file
function testGetFullyQualifiedName_from_file() public view;
testGetFullyQualifiedName_from_fileAndName
function testGetFullyQualifiedName_from_fileAndName() public view;
testGetFullyQualifiedName_from_artifact
function testGetFullyQualifiedName_from_artifact() public view;
testGetFullyQualifiedName_wrongNameFormat
function testGetFullyQualifiedName_wrongNameFormat() public;
testGetFullyQualifiedName_invalidOutDir
function testGetFullyQualifiedName_invalidOutDir() public;
testGetOutDir
function testGetOutDir() public view;
testGetBuildInfoFile
function testGetBuildInfoFile() public;
testToBashCommand
function testToBashCommand() public pure;