Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

DefenderDeployTest

Inherits: Test

Tests the DefenderDeploy internal library.

Functions

testBuildDeployCommand

function testBuildDeployCommand() public;

testBuildDeployCommandWithConstructorData

function testBuildDeployCommandWithConstructorData() public;

testBuildDeployCommandAllCliOptions

function testBuildDeployCommandAllCliOptions() public;

testBuildDeployCommandSkipVerifySourceCode

function testBuildDeployCommandSkipVerifySourceCode() public;

testBuildDeployCommandSkipLicenseType

function testBuildDeployCommandSkipLicenseType() public;

testBuildDeployCommand_error_licenseType_skipLicenseType

function testBuildDeployCommand_error_licenseType_skipLicenseType() public;

testBuildDeployCommand_error_licenseType_skipVerifySourceCode

function testBuildDeployCommand_error_licenseType_skipVerifySourceCode() public;

testBuildDeployCommand_error_unrecognizedLicense

function testBuildDeployCommand_error_unrecognizedLicense() public;

testBuildDeployCommandNoContractLicense

function testBuildDeployCommandNoContractLicense() public;

testBuildDeployCommandUnlicensed

function testBuildDeployCommandUnlicensed() public;

testBuildProposeUpgradeCommand

function testBuildProposeUpgradeCommand() public view;

testParseProposeUpgradeResponse

function testParseProposeUpgradeResponse() public;

testParseProposeUpgradeResponseNoUrl

function testParseProposeUpgradeResponseNoUrl() public;

testBuildGetApprovalProcessCommand

function testBuildGetApprovalProcessCommand() public view;

testParseApprovalProcessResponse

function testParseApprovalProcessResponse() public;

testParseApprovalProcessResponseIdOnly

function testParseApprovalProcessResponseIdOnly() public;