mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:00:06 +00:00
Request available level 3 products
This commit is contained in:
parent
d2597354b4
commit
12d8aaf8a6
5 changed files with 51 additions and 0 deletions
|
|
@ -56,6 +56,16 @@ TEST(AwsLevel3DataProvider, Refresh)
|
|||
EXPECT_EQ(newObjects, totalObjects);
|
||||
}
|
||||
|
||||
TEST(AwsLevel3DataProvider, GetAvailableProducts)
|
||||
{
|
||||
AwsLevel3DataProvider provider("KLSX", "N0B");
|
||||
|
||||
provider.RequestAvailableProducts();
|
||||
auto products = provider.GetAvailableProducts();
|
||||
|
||||
EXPECT_GT(products.size(), 0);
|
||||
}
|
||||
|
||||
TEST(AwsLevel3DataProvider, TimePointValid)
|
||||
{
|
||||
using namespace std::chrono;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue