YukiHelper.Download (YukiHelper v0.1.0) View Source
Provides a module related to downloading teastcases.
Link to this section Summary
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()