Searched refs:allAssets (Results 1 – 8 of 8) sorted by relevance
85 val allAssets = db.assetDao().loadAllAssets() in testMissingAssets() constant88 Assert.assertEquals(1, allAssets.size.toLong()) in testMissingAssets()115 val allAssets = db.assetDao().loadAllAssets() in testNoMissingAssets() constant118 Assert.assertEquals(1, allAssets.size.toLong()) in testNoMissingAssets()
242 val allAssets = db.query("SELECT * FROM `assets`") in testMigrate6To7() constant243 Assert.assertEquals(5, allAssets.count.toLong()) in testMigrate6To7()
149 expect(try! db.allAssets().count) == 2 in spec()159 let allAssets = try! db.allAssets() in spec() variable
244 expect(try! db.allAssets().count) == 3 // two bundles and asset1 and asset2 in spec()249 … expect(try! db.allAssets().count) == 3 // two bundles and asset1 and asset2 (not reaped yet) in spec()
12 let assets = try database.allAssets()
438 public func allAssets() throws -> [UpdateAsset] { in allAssets() function