YukiHelper.Download (YukiHelper v0.2.0) View Source
Provides a module related to downloading teastcases.
Link to this section Summary
Types
Data of the response body.
Filename of the testcase.
A list of filename of the testcase.
Two types of testcase file, input file and output file.
Functions
Returns whetheir testcases have already been downloaded or not.
Downloads the specified testcase for the problem.
Gets a list of testcase for the specified problem.
Link to this section Types
Link to this section Functions
Specs
download_tastcases?( filename_list(), YukiHelper.Config.t(), YukiHelper.Problem.no() ) :: boolean()
Returns whetheir testcases have already been downloaded or not.
Specs
get_testcase( YukiHelper.Config.t(), YukiHelper.Problem.no(), filename(), filetype(), keyword() ) :: {:ok, data()} | {:error, term()}
Downloads the specified testcase for the problem.
Specs
get_testcase!( YukiHelper.Config.t(), YukiHelper.Problem.no(), filename(), filetype(), keyword() ) :: data()
Specs
get_testcases(YukiHelper.Config.t(), YukiHelper.Problem.no(), keyword()) :: {:ok, filename_list()} | {:error, term()}
Gets a list of testcase for the specified problem.
Specs
get_testcases!(YukiHelper.Config.t(), YukiHelper.Problem.no(), keyword()) :: filename_list()