namespace API.Tests.Services; public class ProcessSeriesTests { // TODO: Implement #region UpdateSeriesMetadata #endregion #region UpdateVolumes #endregion #region UpdateChapters #endregion #region AddOrUpdateFileForChapter #endregion #region UpdateChapterFromComicInfo // public void UpdateChapterFromComicInfo_() // { // // TODO: Do this // var file = Path.Join(Directory.GetCurrentDirectory(), "../../../Services/Test Data/ScannerService/Library/Manga/Hajime no Ippo/Hajime no Ippo Chapter 1.cbz"); // // Chapter and ComicInfo // var chapter = new ChapterBuilder("1") // .WithId(0) // .WithFile(new MangaFileBuilder(file, MangaFormat.Archive).Build()) // .Build(); // // var ps = new ProcessSeries(Substitute.For(), Substitute.For>(), // Substitute.For(), Substitute.For() // , Substitute.For(), Substitute.For(), Substitute.For(), // Substitute.For(), // Substitute.For(), // Substitute.For(), Substitute.For()); // // ps.UpdateChapterFromComicInfo(chapter, new ComicInfo() // { // // }); // } #endregion }