Search in sources :

Example 46 with FileSystemCacheProvider

use of no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider in project L4J8 by stelar7.

the class StaticTest method testVersions.

@Test
public void testVersions() {
    DataCall.setCacheProvider(new FileSystemCacheProvider());
    List<String> data = api.getVersions();
}
Also used : FileSystemCacheProvider(no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider)

Example 47 with FileSystemCacheProvider

use of no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider in project L4J8 by stelar7.

the class StaticTest method testMasterySingle.

@Test
public void testMasterySingle() {
    DataCall.setCacheProvider(new FileSystemCacheProvider());
    StaticMastery list = api.getMastery(6131);
    Assertions.assertEquals(6131, list.getId());
}
Also used : StaticMastery(no.stelar7.api.r4j.pojo.lol.staticdata.mastery.StaticMastery) FileSystemCacheProvider(no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider)

Example 48 with FileSystemCacheProvider

use of no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider in project L4J8 by stelar7.

the class StaticTest method testTarball.

@Test
public void testTarball() {
    DataCall.setCacheProvider(new FileSystemCacheProvider());
    String paths = api.getTarball();
    System.out.println();
}
Also used : FileSystemCacheProvider(no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider)

Example 49 with FileSystemCacheProvider

use of no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider in project L4J8 by stelar7.

the class StaticTest method testMasteryList.

@Test
public void testMasteryList() {
    DataCall.setCacheProvider(new FileSystemCacheProvider());
    Map<Integer, StaticMastery> list = api.getMasteries();
}
Also used : StaticMastery(no.stelar7.api.r4j.pojo.lol.staticdata.mastery.StaticMastery) FileSystemCacheProvider(no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider)

Example 50 with FileSystemCacheProvider

use of no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider in project L4J8 by stelar7.

the class StaticTest method testItemList.

@Test
public void testItemList() {
    DataCall.setCacheProvider(new FileSystemCacheProvider());
    Map<Integer, Item> list = api.getItems();
    Assertions.assertTrue(list.size() > 100);
}
Also used : Item(no.stelar7.api.r4j.pojo.lol.staticdata.item.Item) FileSystemCacheProvider(no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider)

Aggregations

FileSystemCacheProvider (no.stelar7.api.l4j8.basic.cache.impl.FileSystemCacheProvider)28 FileSystemCacheProvider (no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider)27 StaticMastery (no.stelar7.api.l4j8.pojo.staticdata.mastery.StaticMastery)5 Summoner (no.stelar7.api.r4j.pojo.lol.summoner.Summoner)5 SummonerBuilder (no.stelar7.api.l4j8.impl.builders.summoner.SummonerBuilder)4 StaticChampion (no.stelar7.api.l4j8.pojo.staticdata.champion.StaticChampion)4 java.util (java.util)3 StaticRune (no.stelar7.api.l4j8.pojo.staticdata.rune.StaticRune)3 Summoner (no.stelar7.api.l4j8.pojo.summoner.Summoner)3 R4J (no.stelar7.api.r4j.impl.R4J)3 Item (no.stelar7.api.r4j.pojo.lol.staticdata.item.Item)3 StaticMastery (no.stelar7.api.r4j.pojo.lol.staticdata.mastery.StaticMastery)3 StaticRune (no.stelar7.api.r4j.pojo.lol.staticdata.rune.StaticRune)3 java.awt (java.awt)2 AffineTransform (java.awt.geom.AffineTransform)2 java.awt.image (java.awt.image)2 java.io (java.io)2 URL (java.net.URL)2 List (java.util.List)2 Predicate (java.util.function.Predicate)2