Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想检查 sembast db 中的值在单元测试中是否正确。有 databaseFactoryMemory,但我需要在实际的 .db 上进行测试它是通过调用以下路径在 sembast repo 中完成的:
String dbPathFromName(String name) => join('.dart_tool', 'sembast', 'test', name);
我怎么能实现同样的事情?