mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-06-04 14:14:39 -04:00
* Initial Canary Push (#2055) * Added AniList Token * Implemented the ability to set your AniList token. License check is not in place. * Added a check that validates AniList token is still valid. As I build out more support, I will add more checks. * Refactored the code to validate the license before allowing UI control to be edited. * Started license server stuff, but may need to change approach. Hooked up ability to scrobble rating events to KavitaPlus API. * Hooked in the ability to sync Mark Series as Read/Unread * Fixed up unit tests and only scrobble when a full chapter is read naturally. * Fixed up the Scrobbling service * Tweak one of the queries * Started an idea for Scrobble History, might rework into generic TaskHistory. * AniList Token now has a validation check. * Implemented a mechanism such that events are persisted to the database, processed every X hours to the API layer, then deleted from the database. * Hooked in code for want to read so we only send what's important. Will migrate these to bulk calls to lessen strain on API server. * Added some todos. Need to take a break. * Hooked up the ability to backfill scrobble events after turning it on. * Started on integrating license key into the server and ability to turn off scrobbling at the library level. Added sync history table for scrobbling and other API based information. * Started writing to sync table * Refactored the migrations to flatten them. Started working a basic license add flow and added in some of the cache. Lots to do. * Ensure that when we backfill scrobble events, we respect if a library has scrobbling turned on or not. * Hooked up the ability to send when the series was started to be read * Refactored the UI to streamline and group KavitaPlus Account Forms. * Aligning with API * Fixed bad merge * Fixed up inputting a user license. * Hooked up a cron task that validates licenses every 4 hours and on startup. * Reworked how the update license code works so that we always update the cache and we handle removing license from user. * Cleaned up some UI code * UserDto now has if there is a valid license or not. It's not exposed though as there is no need to expose the license key ever. * Fixed a strange encoding issue with extra ". Started working on having the UI aware of the license information. Refactored all code to properly pass the correct license to the API layer. * There is a circular dependency in the code. Fixed some theme code which wasn't checking the right variable. Reworked the JWT interceptor to be better at handling async code. Lots of misc code changes, DI circular issue is still present. * Fixed the DI issue and moved all things that need bootstrapping to app.component. * Hooked up the ability to not have a donation button show up if the server default user/admin has a valid KavitaPlus license. * Refactored how we extract out ids from weblinks * Ensure if API fails, we don't delete the record. * Refactored how rate checks occur for scrobbling processing. * Lots of testing and ensuring rate limit doesn't get destroyed. * Ensure the media item is valid for that user's providers set. * Refactored the loop code into one method to keep things much cleaner * Lots of code to get the scrobbling streamlined and foolproof. Unknown series are now reported on the UI. * Prevent duplicates for scrobble errors. * Ensure we are sending the correct type to the Scrobble Provider * Ensure we send the date of the scrobble event for upstream to use. * Replaced the dedicated run backfilling of scrobble events to just trigger when setting the anilist token for the first time. Streamlined a lot of the code for adding your license to ensure user understands how it works. * Fixed a bug where scan series wasn't triggering word count or cover generation. * Started the plumbing for recommendations * Merge conflicts * Recommendation plumbing is nearly complete. * Setup response caching and general cleanup * Fixed UI not showing the recommendation tab * Switched to prod url * Fixed broken unit tests due to Hangfire not being setup for unit tests * Fixed branch selection (#2056) * Damn you GA (#2058) * Bump versions by dotnet-bump-version. * Fixed GA not pulling the right branch and removed unneeded building from veresion job (#2060) * Bump versions by dotnet-bump-version. * Canary Second (#2071) * Just started * Started building the user review card. Fixed Recommendations not having user progress on them. * Fixed a bug where scrobbling ratings wasn't working. * Added a temp ability to trigger scrobbling processing for testing. * Cleaned up the design of review card. Added a temp way to trigger scrobbling. * Fixed clear scrobbling errors and refactored so reviews now load from DB and is streamlined. * Refactored so edit review is now a single module component and editable from the series detail page. * Removed SyncHistory table as it's no longer needed. Refactored read events to properly update to the latest progress information. Refactored to a new way of clearing events, so that user's can see their scrobble history. * Fixed a bug where Anilist token wouldn't show as set due to some state issue * Added the ability to see your own scrobble events * Avoid a potential collision with recommendations. * Fixed an issue where when checking for a license on UI, it wouldn't force the check (in case server was down on first check). * External reviews are implemented. * Fixed unit tests * Bump versions by dotnet-bump-version. * Made the api url dynamic based on dev more or not. (#2072) * Bump versions by dotnet-bump-version. * Canary Build 3 (#2079) * Updated reviews to have tagline support to match how Anilist has them. Cleaned up the KavitaPlus documentation and added a feature list. Review cards look much better. * Fixed up a NPE in scrobble event creation * Removed the ability to have images leak in the read more review card. Review's now show the user if they are a local user, else External. * Added caching to the reviews and recommendations that come from an external source. Max of 50MB will be used across whole instance. Entries are cached for 1 hour. * Reviews are looking much better * Added the ability for users to share their series reviews with other users on the server via a new opt-in mechanism. Fixed up some cache busting mechanism for reviews. * More review polish to align with better matching * Added the extra information for Recommendation matching. * Preview of the review is much cleaner now and the full body is styled better. * More anilist specific syntax * Fixed bad regex * Added the ability to bust cache. Spoilers are now implemented for reviews. Introduces: --review-spoiler-bg-color --review-spoiler-text-color * Bump versions by dotnet-bump-version. * Canary Build 4 (#2086) * Updated Kavita Plus feature list. Added a hover-over to the progress bars in the app to know exact percentage of reading for a chapter or series. * Added a button to go to external review. Changed how enums show in the documentation so you can see their string value too. Limited reviews to top 10 with proper ordering. Drastically cleaned up how we handle preview summary generation * Cleaned up the margin below review section * Fixed an issue where a processed scrobble event would get updated instead of a new event created. * By default, there is now a prompt on series review to add your own, which fills up the space nicely. Added the backend for Series Holds. * Scrobble History is now ordered by recent -> latest. Some minor cleanup in other files. * Added a simple way to see and toggle scrobble service from the series. * Fixed a bug where updating the user's last active time wasn't writing to database and causing a logout event. * Tweaked the registration email wording to be more clear for email field. * Improved OPDS Url generation and included using host name if defined. * Fixed the issues with choosing the correct series cover image. Added many unit tests to cover the edge cases. * Small cleanup * Fixed an issue where urls with , in them would break weblinks. * Fixed a bug where we weren't trying a png before we hit fallback for favicon parsing. * Ensure scrobbling tab isn't active without a license. Changed how updating user last active worked to supress more concurrency issues. * Fixed an issue where duplicate series could appear on newly added during a scan. * Bump versions by dotnet-bump-version. * Fixed a bad dto (#2087) * Bump versions by dotnet-bump-version. * Canary Build 4 (#2089) * New server-based auth is in place with the ability to register the instance. * Refactored to single install bound licensing. * Made the Kavita+ tab gold. * Change the JWTs to last 10 days. This is a self-hosted software and the usage doesn't need the level of 2 days expiration * Bump versions by dotnet-bump-version. * Canary Build 4 (#2090) * By default, a new library will only have scrobbling on if it's of type book or manga given current scrobble providers. * Started building out external reviews. * Added the ability to re-enter your license information. * Fixed side nav not extending enough * Fixed a bug with info cards * Integrated rating support, fixed review cards without a tagline, and misc fixes. * Streamlined where ratings are located on series detail page. * Aligned with other series lookups * Bump versions by dotnet-bump-version. * Canary Build 6 (#2092) * Cleaned up some messaging * Fixed up series detail * Cleanup * Bump versions by dotnet-bump-version. * Canary Build 6 (#2093) * Fixed scrobble token not being visible by default. * Added a loader for external reviews * Added the ability to edit series details (weblinks) from Scrobble Issues page. * Slightly lessened the focus on buttons * Fixed review cards so whenever you click your own review, it will open the edit modal. * Need for speed - Updated Kavita log to be much smaller and replaced all code ones with a 32x version. * Optimized a ton of our images to be much smaller and faster to load. * Added more MIME types for response compression * Edit Series modal name field should be readonly as it is directly mapped to file metadata or filename parsed. It shouldn't be changeable via the UI. * Removed the ability to update the Series name via Kavita UI/API as it is no longer editable. * Moved Image component to be standalone * Moved ReadMore component to be standalone * Moved PersonBadge component to be standalone * Moved IconAndTitle component to be standalone * Fixed some bugs with standalone. * Hooked in the ability to scrobble series reviews. * Refactored everything to use HashUtil token rather than InstallId. * Swapped over to a generated machine token and fixed an issue where after registering, the license would not say valid. * Added the missing migration for review scrobble events. * Clean up some wording around busting cache. * Fixed a bug where chapters within a volume could be unordered in the UI info screen. * Refactored to prepare for external series rendering on series detail. * Implemented external recs * Bump versions by dotnet-bump-version. * Canary Build 7 (#2097) * Aligned ExtractId to extract a long, since MAL id can be just that. * Fixed external series card not clicking correctly. Fixed a bug when extracting a Mal link. Fixed cancel button on license component. * Renamed user-license to license component given new direction for licensing. * Implemented card layout for recommendations * Moved more components over to be standalone and removed pipes module. This is going to take some time for sure. * Removed Cards and SharedCardsSideNav and SideNav over to standalone. This has been shaken out. * Cleaned up a bunch of extra space on reading list detail page. * Fixed rating popover not having a black triangle. * When checking license, show a loading indicator for validity icon. * Cache size can now be changed by admins if they want to give more memory for better browsing. * Added LastReadTime * Cleanup the scrobbling control text for Library Settings. * Fixed yet another edge case for getting series cover image where first volume is higher than 1 and the rest is just loose leaf chapters. * Changed OPDS Content Type to be application/atom+xml to align better with the spec. * Fixed unit tests * Bump versions by dotnet-bump-version. * Canary Build 7 (#2098) * Fixed the percentage readout on card item progress bar * Ensure scrobble control is always visible * Review card could show person icon in tablet viewport. * Changed how the ServerToken for node locking works as docker was giving different results each time. * After we update series metadata, bust cache * License componet cleanup on the styles * Moved license to admin module and removed feature modal as wiki is much easier to maintain. * Bump versions by dotnet-bump-version. * Canary Build 8 (#2100) * Fixed a very slight amount of the active nav tag bleeding outside the border radius * Switched how we count words in epub to handle languages that don't have spaces. * Updated dependencies and fixed a series cover image on list item view for recs. * Fixed a bug where external recs werent showing summary of the series. * Rewrote the rec loop to be cleaner * Added the ability to see series summary on series detail page on list view. Changed Scrobble Event page to show in server time and not utc. * Added tons of output to identify why unraid generates a new fingerprint each time. * Refactored scrobble event table to have filtering and pagination support. Fixed a few bad template issues and fixed loading scrobbling tab on refresh of page. * Aligned a few apis to use a default pagination rather than a higher level one. * Undo OPDS change as Chunky/Panels break. * Moved the holds code around * Don't show an empty review for the user, it eats up uneeded space and is ugly. * Cleaned up the review code * Fixed a bug with arrow on sortable table header. * More scrobbling debug information to ensure events are being processed correctly. * Applied a ton of code cleanup build warnings * Enhanced rec matching by prioritizing matching on weblinks before falling back to name matching. * Fixed the calculation of word count for epubs. * Bump versions by dotnet-bump-version. * Canary Build 9 (#2104) * Added another unit test * Changed how we create cover images to force the aspect ratio, which allows for Kavita to do some extra work later down the line. Prevents skewing from comic sources. * Code cleanup * Updated signatures to explicitly indicate they return a physical file. * Refactored the GA to be a bit more streamlined. * Fixed up how after cover conversion, how we refresh volume and series image links. * Undid the PhysicalFileResult stuff. * Fixed an issue in the epub reader where html tags within an anchor could break the navigation code for inner-links. * Fixed a bug in GetContinueChapter where a special could appear ahead of a loose leaf chapter. * Optimized aspect ratios for custom library images to avoid shift layout. Moved the series detail page down a bit to be inline with first row of actionables. * Finally fixed the media conversion issue where volumes and series wouldn't get their file links updated. * Added some new layout for license to allow a user to buy a sub after their last sub expired. * Added more metrics for fingerprinting to test on docker. * Tried to fix a bug with getnextchapter looping incorrectly, but unable to solve. * Cleanup some UI stuff to reduce bad calls. * Suppress annoying issues with reaching K+ when it's down (only affects local builds) * Fixed an edge case bug for picking the correct cover image for a series. * Fixed a bug where typeahead x wouldn't clear out the input field. * Renamed Clear -> Reset for metadata filter to be more informative of its function. * Don't allow duplicates for reading list characters. * Fixed a bug where when calculating recently updated, series with the same name but different libraries could get grouped. * Fixed an issue with fit to height where there could still be a small amount of scroll due to a timing issue with the image loading. * Don't show a loading if the user doesn't have a license for external ratings * Fixed bad stat url * Fixed up licensing to make it so you have to email me to get a sub renewed. * Updated deps * When scrobbling reading events, recalculate the highest chapter/volume during processing. * Code cleanup * Disabled some old test code that is likely not needed as it breaks a lot on netvips updates * Bump versions by dotnet-bump-version. * Canary Build 10 (#2105) * Aligned fingerprint to be unique * Updated email button to have a template * Fixed inability to progress to next chapter when last page is a spread and user is using split rendering. * Attempted fix at the column reader cutting off parts of the words. Can't fully reproduce, but added a bit of padding to help. * Aligned AniList icon to match that of weblinks. * Bump versions by dotnet-bump-version. * Canary Build 11 (#2108) * Fixed an issue with continuous reader in manga reader. * Aligned KavitaPlus->Kavita+ * Updated the readme * Adjusted first time registration messaging. * Fixed a bug where having just one type of weblink could cause a bad recommendation lookup * Removed manual invocation of scrobbling as testing is over for that feature. * Fixed a bad observerable for downloading logs from browser. * Don't get reviews/recs for comic libraries. Override user selection for scrobbling on Comics since there are no places to scrobble to. * Added a migration so all existing comic libraries will have scrobbling turned off. * Don't allow the UI to toggle scrobbling on a library with no providers. * Refactored the code to not throw generic 500 toasts on the UI. Added the ability to clear your license on Kavita side. * Converted reader settings to new accordion format. * Converted user preferences to new accordion format. * I couldn't convert CBL Reading modal to new accordion directives due to some weird bug. * Migrated the whole application to standalone components. This fixes the download progress bar not showing up. * Hooked up the ability to have reading list generate random items. Removed the old code as it's no longer needed. * Added random covers for collection's as well. * Added a speed up to not regenerate merged covers if we've already created them. * Fixed an issue where tooltips weren't styled correctly after updating a library. Migrated Library access modal to OnPush. * Fixed broken table styling. Fixed grid breakpoint css variables not using the ones from variables due to a missing import. * Misc fixes around tables and some api doc cleanup * Fixed a bug where when switching from webtoon back to a non-webtoon reading mode, if the browser size isn't large enough for double, the reader wouldn't go to single mode. * When combining external recs, normalize names to filter out differences, like capitalization. * Finally get to update ExCSS to the latest version! This adds much more css properties for epubs. * Ensure rejected reviews are saved as errors * A crap ton of code cleanup * Cleaned up some equality code in GenreHelper.cs * Fixed up the table styling after the bootstrap update changed it. * Bump versions by dotnet-bump-version. * Canary Build 12 (#2111) * Aligned GA (#2059) * Fixed the code around merging images to resize them. This will only look correct if this release's cover generation runs. * Misc code cleanup * Fixed an issue with epub column layout cutting off text * Collection detail page will now default sort by sort name. * Explicitly lazy load library icon images. * Make sure the full error message can be passed to the license component/user. * Use WhereIf in some places * Changed the hash util code for unraid again * Fixed up an issue with split render mode where last page wouldn't move into the next chapter. * Bump versions by dotnet-bump-version. * Don't ask me how, but i think I fixed the epub cutoff issue (#2112) * Bump versions by dotnet-bump-version. * Canary 14 (#2113) * Switched how we build the unraid fingerprint. * Fixed a bit of space below the image on fit to height * Removed some bad code * Bump versions by dotnet-bump-version. * Canary Build 15 (#2114) * When performing a scan series, force a recount of words/pages to ensure read time gets updated. * Fixed broken download logs button (develop) * Sped up the query for getting libraries and added caching for that api, which is helpful for users with larger library counts. * Fixed an issue in directory picker where if you had two folders with the same name, the 2nd to last wouldn't be clickable. * Added more destroy ref stuff. * Switched the buy/manage links over to be environment specific. * Bump versions by dotnet-bump-version. * Canary Build 16 (#2115) * Added the promo code for K+ and version bump. * Don't show see more if there isn't more to see on series detail. * Bump versions by dotnet-bump-version. * Last Build (#2116) * Merge * Close the view after removing a license key from server. * Bump versions by dotnet-bump-version. * Reset version to v0.7.4 for merge.
2674 lines
89 KiB
C#
2674 lines
89 KiB
C#
using System.Collections.Generic;
|
|
using System.Data.Common;
|
|
using System.IO.Abstractions.TestingHelpers;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
using API.Data;
|
|
using API.Data.Repositories;
|
|
using API.DTOs;
|
|
using API.DTOs.Reader;
|
|
using API.Entities;
|
|
using API.Entities.Enums;
|
|
using API.Entities.Metadata;
|
|
using API.Extensions;
|
|
using API.Helpers;
|
|
using API.Helpers.Builders;
|
|
using API.Services;
|
|
using API.Services.Plus;
|
|
using API.Services.Tasks;
|
|
using API.SignalR;
|
|
using API.Tests.Helpers;
|
|
using AutoMapper;
|
|
using Hangfire;
|
|
using Hangfire.InMemory;
|
|
using Microsoft.Data.Sqlite;
|
|
using Microsoft.EntityFrameworkCore;
|
|
using Microsoft.Extensions.Logging;
|
|
using NSubstitute;
|
|
using Xunit;
|
|
using Xunit.Abstractions;
|
|
|
|
namespace API.Tests.Services;
|
|
|
|
public class ReaderServiceTests
|
|
{
|
|
private readonly ITestOutputHelper _testOutputHelper;
|
|
private readonly IUnitOfWork _unitOfWork;
|
|
private readonly DataContext _context;
|
|
private readonly ReaderService _readerService;
|
|
|
|
private const string CacheDirectory = "C:/kavita/config/cache/";
|
|
private const string CoverImageDirectory = "C:/kavita/config/covers/";
|
|
private const string BackupDirectory = "C:/kavita/config/backups/";
|
|
private const string DataDirectory = "C:/data/";
|
|
|
|
public ReaderServiceTests(ITestOutputHelper testOutputHelper)
|
|
{
|
|
_testOutputHelper = testOutputHelper;
|
|
var contextOptions = new DbContextOptionsBuilder().UseSqlite(CreateInMemoryDatabase()).Options;
|
|
|
|
_context = new DataContext(contextOptions);
|
|
Task.Run(SeedDb).GetAwaiter().GetResult();
|
|
|
|
var config = new MapperConfiguration(cfg => cfg.AddProfile<AutoMapperProfiles>());
|
|
var mapper = config.CreateMapper();
|
|
_unitOfWork = new UnitOfWork(_context, mapper, null);
|
|
_readerService = new ReaderService(_unitOfWork, Substitute.For<ILogger<ReaderService>>(),
|
|
Substitute.For<IEventHub>(), Substitute.For<IImageService>(),
|
|
new DirectoryService(Substitute.For<ILogger<DirectoryService>>(), new MockFileSystem()),
|
|
Substitute.For<IScrobblingService>());
|
|
}
|
|
|
|
#region Setup
|
|
|
|
private static DbConnection CreateInMemoryDatabase()
|
|
{
|
|
var connection = new SqliteConnection("Filename=:memory:");
|
|
|
|
connection.Open();
|
|
|
|
return connection;
|
|
}
|
|
|
|
private async Task<bool> SeedDb()
|
|
{
|
|
await _context.Database.MigrateAsync();
|
|
var filesystem = CreateFileSystem();
|
|
|
|
await Seed.SeedSettings(_context,
|
|
new DirectoryService(Substitute.For<ILogger<DirectoryService>>(), filesystem));
|
|
|
|
var setting = await _context.ServerSetting.Where(s => s.Key == ServerSettingKey.CacheDirectory).SingleAsync();
|
|
setting.Value = CacheDirectory;
|
|
|
|
setting = await _context.ServerSetting.Where(s => s.Key == ServerSettingKey.BackupDirectory).SingleAsync();
|
|
setting.Value = BackupDirectory;
|
|
|
|
_context.ServerSetting.Update(setting);
|
|
|
|
_context.Library.Add(new LibraryBuilder("Manga")
|
|
.WithFolderPath(new FolderPathBuilder("C:/data/").Build())
|
|
.Build());
|
|
return await _context.SaveChangesAsync() > 0;
|
|
}
|
|
|
|
private async Task ResetDb()
|
|
{
|
|
_context.Series.RemoveRange(_context.Series.ToList());
|
|
|
|
await _context.SaveChangesAsync();
|
|
}
|
|
|
|
private static MockFileSystem CreateFileSystem()
|
|
{
|
|
var fileSystem = new MockFileSystem();
|
|
fileSystem.Directory.SetCurrentDirectory("C:/kavita/");
|
|
fileSystem.AddDirectory("C:/kavita/config/");
|
|
fileSystem.AddDirectory(CacheDirectory);
|
|
fileSystem.AddDirectory(CoverImageDirectory);
|
|
fileSystem.AddDirectory(BackupDirectory);
|
|
fileSystem.AddDirectory(DataDirectory);
|
|
|
|
return fileSystem;
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region FormatBookmarkFolderPath
|
|
|
|
[Theory]
|
|
[InlineData("/manga/", 1, 1, 1, "/manga/1/1/1")]
|
|
[InlineData("C:/manga/", 1, 1, 10001, "C:/manga/1/1/10001")]
|
|
public void FormatBookmarkFolderPathTest(string baseDir, int userId, int seriesId, int chapterId, string expected)
|
|
{
|
|
Assert.Equal(expected, ReaderService.FormatBookmarkFolderPath(baseDir, userId, seriesId, chapterId));
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region CapPageToChapter
|
|
|
|
[Fact]
|
|
public async Task CapPageToChapterTest()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("0")
|
|
.WithPages(1)
|
|
.Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
|
|
_context.Series.Add(series);
|
|
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
Assert.Equal(0, (await _readerService.CapPageToChapter(1, -1)).Item1);
|
|
Assert.Equal(1, (await _readerService.CapPageToChapter(1, 10)).Item1);
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region SaveReadingProgress
|
|
|
|
[Fact]
|
|
public async Task SaveReadingProgress_ShouldCreateNewEntity()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("0")
|
|
.WithPages(1)
|
|
.Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
JobStorage.Current = new InMemoryStorage();
|
|
var successful = await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
ChapterId = 1,
|
|
PageNum = 1,
|
|
SeriesId = 1,
|
|
VolumeId = 1,
|
|
BookScrollId = null
|
|
}, 1);
|
|
|
|
Assert.True(successful);
|
|
Assert.NotNull(await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(1, 1));
|
|
}
|
|
|
|
[Fact]
|
|
public async Task SaveReadingProgress_ShouldUpdateExisting()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("0")
|
|
.WithPages(1)
|
|
.Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
JobStorage.Current = new InMemoryStorage();
|
|
var successful = await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
ChapterId = 1,
|
|
PageNum = 1,
|
|
SeriesId = 1,
|
|
VolumeId = 1,
|
|
BookScrollId = null
|
|
}, 1);
|
|
|
|
Assert.True(successful);
|
|
Assert.NotNull(await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(1, 1));
|
|
|
|
Assert.True(await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
ChapterId = 1,
|
|
PageNum = 1,
|
|
SeriesId = 1,
|
|
VolumeId = 1,
|
|
BookScrollId = "/h1/"
|
|
}, 1));
|
|
|
|
Assert.Equal("/h1/", (await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(1, 1)).BookScrollId);
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
#region MarkChaptersAsRead
|
|
|
|
[Fact]
|
|
public async Task MarkChaptersAsReadTest()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("0")
|
|
.WithPages(1)
|
|
.Build())
|
|
.WithChapter(new ChapterBuilder("0")
|
|
.WithPages(2)
|
|
.Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var volumes = await _unitOfWork.VolumeRepository.GetVolumes(1);
|
|
await _readerService.MarkChaptersAsRead(await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress), 1, volumes.First().Chapters);
|
|
await _context.SaveChangesAsync();
|
|
|
|
Assert.Equal(2, (await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress)).Progresses.Count);
|
|
}
|
|
#endregion
|
|
|
|
#region MarkChapterAsUnread
|
|
|
|
[Fact]
|
|
public async Task MarkChapterAsUnreadTest()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("0")
|
|
.WithPages(1)
|
|
.Build())
|
|
.WithChapter(new ChapterBuilder("0")
|
|
.WithPages(2)
|
|
.Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var volumes = (await _unitOfWork.VolumeRepository.GetVolumes(1)).ToList();
|
|
await _readerService.MarkChaptersAsRead(await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress), 1, volumes.First().Chapters);
|
|
|
|
await _context.SaveChangesAsync();
|
|
Assert.Equal(2, (await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress)).Progresses.Count);
|
|
|
|
await _readerService.MarkChaptersAsUnread(await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress), 1, volumes.First().Chapters);
|
|
await _context.SaveChangesAsync();
|
|
|
|
var progresses = (await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress)).Progresses;
|
|
Assert.Equal(0, progresses.Max(p => p.PagesRead));
|
|
Assert.Equal(2, progresses.Count);
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region GetNextChapterIdAsync
|
|
|
|
[Fact]
|
|
public async Task GetNextChapterIdAsync_ShouldGetNextVolume()
|
|
{
|
|
// V1 -> V2
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithNumber(2)
|
|
.WithChapter(new ChapterBuilder("21").Build())
|
|
.WithChapter(new ChapterBuilder("22").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("3")
|
|
.WithNumber(3)
|
|
.WithChapter(new ChapterBuilder("31").Build())
|
|
.WithChapter(new ChapterBuilder("32").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var nextChapter = await _readerService.GetNextChapterIdAsync(1, 1, 1, 1);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(nextChapter);
|
|
Assert.Equal("2", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetNextChapterIdAsync_ShouldRollIntoNextVolume()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithNumber(2)
|
|
.WithChapter(new ChapterBuilder("21").Build())
|
|
.WithChapter(new ChapterBuilder("22").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("3")
|
|
.WithNumber(3)
|
|
.WithChapter(new ChapterBuilder("31").Build())
|
|
.WithChapter(new ChapterBuilder("32").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetNextChapterIdAsync(1, 1, 2, 1);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(nextChapter);
|
|
Assert.Equal("21", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetNextChapterIdAsync_ShouldRollIntoNextVolumeWithFloat()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("1.5")
|
|
.WithNumber(2)
|
|
.WithChapter(new ChapterBuilder("21").Build())
|
|
.WithChapter(new ChapterBuilder("22").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("3")
|
|
.WithNumber(3)
|
|
.WithChapter(new ChapterBuilder("31").Build())
|
|
.WithChapter(new ChapterBuilder("32").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
var nextChapter = await _readerService.GetNextChapterIdAsync(1, 1, 2, 1);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(nextChapter);
|
|
Assert.Equal("21", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetNextChapterIdAsync_ShouldRollIntoChaptersFromVolume()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("21").Build())
|
|
.WithChapter(new ChapterBuilder("22").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetNextChapterIdAsync(1, 2, 4, 1);
|
|
Assert.NotEqual(-1, nextChapter);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(nextChapter);
|
|
Assert.Equal("1", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetNextChapterIdAsync_ShouldRollIntoNextChapter_WhenVolumesAreOnlyOneChapter_AndNextChapterIs0()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("66").Build())
|
|
.WithChapter(new ChapterBuilder("67").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithNumber(2)
|
|
.WithChapter(new ChapterBuilder("0").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var nextChapter = await _readerService.GetNextChapterIdAsync(1, 2, 3, 1);
|
|
Assert.NotEqual(-1, nextChapter);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(nextChapter);
|
|
Assert.Equal("0", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetNextChapterIdAsync_ShouldFindNoNextChapterFromSpecial()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("A.cbz").WithIsSpecial(true).Build())
|
|
.WithChapter(new ChapterBuilder("B.cbz").WithIsSpecial(true).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetNextChapterIdAsync(1, 2, 4, 1);
|
|
Assert.Equal(-1, nextChapter);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetNextChapterIdAsync_ShouldFindNoNextChapterFromVolume()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetNextChapterIdAsync(1, 1, 2, 1);
|
|
Assert.Equal(-1, nextChapter);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetNextChapterIdAsync_ShouldFindNoNextChapterFromLastChapter_NoSpecials()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetNextChapterIdAsync(1, 1, 2, 1);
|
|
Assert.Equal(-1, nextChapter);
|
|
}
|
|
|
|
// This is commented out because, while valid, I can't solve how to make this pass
|
|
// [Fact]
|
|
// public async Task GetNextChapterIdAsync_ShouldFindNoNextChapterFromLastChapter_WithSpecials()
|
|
// {
|
|
// await ResetDb();
|
|
//
|
|
// var series = new SeriesBuilder("Test")
|
|
// .WithVolume(new VolumeBuilder("0")
|
|
// .WithNumber(0)
|
|
// .WithChapter(new ChapterBuilder("1").Build())
|
|
// .WithChapter(new ChapterBuilder("2").Build())
|
|
// .WithChapter(new ChapterBuilder("0").WithIsSpecial(true).Build())
|
|
// .Build())
|
|
//
|
|
// .WithVolume(new VolumeBuilder("1")
|
|
// .WithNumber(1)
|
|
// .WithChapter(new ChapterBuilder("2").Build())
|
|
// .Build())
|
|
// .Build();
|
|
// series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
//
|
|
// _context.Series.Add(series);
|
|
// _context.AppUser.Add(new AppUser()
|
|
// {
|
|
// UserName = "majora2007"
|
|
// });
|
|
//
|
|
// await _context.SaveChangesAsync();
|
|
//
|
|
// var nextChapter = await _readerService.GetNextChapterIdAsync(1, 2, 4, 1);
|
|
// Assert.Equal(-1, nextChapter);
|
|
// }
|
|
|
|
|
|
|
|
[Fact]
|
|
public async Task GetNextChapterIdAsync_ShouldMoveFromVolumeToSpecial_NoLooseLeafChapters()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("A.cbz").WithIsSpecial(true).Build())
|
|
.WithChapter(new ChapterBuilder("B.cbz").WithIsSpecial(true).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetNextChapterIdAsync(1, 1, 2, 1);
|
|
Assert.NotEqual(-1, nextChapter);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(nextChapter);
|
|
Assert.Equal("A.cbz", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetNextChapterIdAsync_ShouldMoveFromLooseLeafChapterToSpecial()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.WithChapter(new ChapterBuilder("A.cbz").WithIsSpecial(true).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
var nextChapter = await _readerService.GetNextChapterIdAsync(1, 1, 2, 1);
|
|
Assert.NotEqual(-1, nextChapter);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(nextChapter);
|
|
Assert.Equal("A.cbz", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetNextChapterIdAsync_ShouldFindNoNextChapterFromSpecial_WithVolumeAndLooseLeafChapters()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.WithChapter(new ChapterBuilder("A.cbz").WithIsSpecial(true).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("0").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetNextChapterIdAsync(1, 1, 3, 1);
|
|
Assert.Equal(-1, nextChapter);
|
|
}
|
|
|
|
|
|
[Fact]
|
|
public async Task GetNextChapterIdAsync_ShouldMoveFromSpecialToSpecial()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("A.cbz").WithIsSpecial(true).Build())
|
|
.WithChapter(new ChapterBuilder("B.cbz").WithIsSpecial(true).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
var nextChapter = await _readerService.GetNextChapterIdAsync(1, 2, 3, 1);
|
|
Assert.NotEqual(-1, nextChapter);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(nextChapter);
|
|
Assert.Equal("B.cbz", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetNextChapterIdAsync_ShouldRollIntoNextVolume_WhenAllVolumesHaveAChapterToo()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("12").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithNumber(2)
|
|
.WithChapter(new ChapterBuilder("12").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
var user = new AppUserBuilder("majora2007", "fake").Build();
|
|
|
|
_context.AppUser.Add(user);
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
await _readerService.MarkChaptersAsRead(user, 1, new List<Chapter>()
|
|
{
|
|
series.Volumes.First().Chapters.First()
|
|
});
|
|
|
|
var nextChapter = await _readerService.GetNextChapterIdAsync(1, 1, 1, 1);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(nextChapter, ChapterIncludes.Volumes);
|
|
Assert.Equal(2, actualChapter.Volume.Number);
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region GetPrevChapterIdAsync
|
|
|
|
[Fact]
|
|
public async Task GetPrevChapterIdAsync_ShouldGetPrevVolume()
|
|
{
|
|
// V1 -> V2
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithNumber(2)
|
|
.WithChapter(new ChapterBuilder("21").Build())
|
|
.WithChapter(new ChapterBuilder("22").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("3")
|
|
.WithNumber(3)
|
|
.WithChapter(new ChapterBuilder("31").Build())
|
|
.WithChapter(new ChapterBuilder("32").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var prevChapter = await _readerService.GetPrevChapterIdAsync(1, 1, 2, 1);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(prevChapter);
|
|
Assert.Equal("1", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetPrevChapterIdAsync_ShouldGetPrevVolume_WithFloatVolume()
|
|
{
|
|
// V1 -> V2
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("1.5")
|
|
.WithNumber(2)
|
|
.WithChapter(new ChapterBuilder("21").Build())
|
|
.WithChapter(new ChapterBuilder("22").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("3")
|
|
.WithNumber(3)
|
|
.WithChapter(new ChapterBuilder("31").Build())
|
|
.WithChapter(new ChapterBuilder("32").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
_context.Series.Add(series);
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var prevChapter = await _readerService.GetPrevChapterIdAsync(1, 3, 5, 1);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(prevChapter);
|
|
Assert.Equal("22", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetPrevChapterIdAsync_ShouldGetPrevVolume_2()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("40").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("50").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("60").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("Some Special Title").WithPages(1).WithIsSpecial(true).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("1997")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2001")
|
|
.WithChapter(new ChapterBuilder("21").WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2005")
|
|
.WithChapter(new ChapterBuilder("31").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
_context.Series.Add(series);
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
// prevChapter should be id from ch.21 from volume 2001
|
|
var prevChapter = await _readerService.GetPrevChapterIdAsync(1, 4, 7, 1);
|
|
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(prevChapter);
|
|
Assert.NotNull(actualChapter);
|
|
Assert.Equal("21", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetPrevChapterIdAsync_ShouldRollIntoPrevVolume()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("2").WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("21").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("22").WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("3")
|
|
.WithChapter(new ChapterBuilder("31").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("32").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
|
|
var prevChapter = await _readerService.GetPrevChapterIdAsync(1, 2, 3, 1);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(prevChapter);
|
|
Assert.Equal("2", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetPrevChapterIdAsync_ShouldMoveFromSpecialToVolume()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("A.cbz").WithIsSpecial(true).Build())
|
|
.WithChapter(new ChapterBuilder("B.cbz").WithIsSpecial(true).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
|
|
var prevChapter = await _readerService.GetPrevChapterIdAsync(1, 2, 3, 1);
|
|
Assert.Equal(2, prevChapter);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(prevChapter);
|
|
Assert.Equal("2", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetPrevChapterIdAsync_ShouldFindNoPrevChapterFromVolume()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
|
|
var prevChapter = await _readerService.GetPrevChapterIdAsync(1, 1, 1, 1);
|
|
Assert.Equal(-1, prevChapter);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetPrevChapterIdAsync_ShouldFindNoPrevChapterFromVolumeWithZeroChapter()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("0").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
|
|
var prevChapter = await _readerService.GetPrevChapterIdAsync(1, 1, 1, 1);
|
|
Assert.Equal(-1, prevChapter);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetPrevChapterIdAsync_ShouldFindNoPrevChapterFromVolumeWithZeroChapterAndHasNormalChapters()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("0").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
|
|
var prevChapter = await _readerService.GetPrevChapterIdAsync(1, 1, 1, 1);
|
|
Assert.Equal(-1, prevChapter);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetPrevChapterIdAsync_ShouldFindNoPrevChapterFromVolumeWithZeroChapterAndHasNormalChapters2()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("5").Build())
|
|
.WithChapter(new ChapterBuilder("6").Build())
|
|
.WithChapter(new ChapterBuilder("7").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("1").WithIsSpecial(true).Build())
|
|
.WithChapter(new ChapterBuilder("2").WithIsSpecial(true).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithNumber(2)
|
|
.WithChapter(new ChapterBuilder("3").WithIsSpecial(true).Build())
|
|
.WithChapter(new ChapterBuilder("4").WithIsSpecial(true).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var prevChapter = await _readerService.GetPrevChapterIdAsync(1, 2,5, 1);
|
|
var chapterInfoDto = await _unitOfWork.ChapterRepository.GetChapterInfoDtoAsync(prevChapter);
|
|
Assert.Equal(1, float.Parse(chapterInfoDto.ChapterNumber));
|
|
|
|
// This is first chapter of first volume
|
|
prevChapter = await _readerService.GetPrevChapterIdAsync(1, 2,4, 1);
|
|
Assert.Equal(-1, prevChapter);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetPrevChapterIdAsync_ShouldFindNoPrevChapterFromChapter()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
|
|
var prevChapter = await _readerService.GetPrevChapterIdAsync(1, 1, 1, 1);
|
|
Assert.Equal(-1, prevChapter);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetPrevChapterIdAsync_ShouldMoveFromSpecialToSpecial()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("A.cbz").WithIsSpecial(true).Build())
|
|
.WithChapter(new ChapterBuilder("B.cbz").WithIsSpecial(true).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
|
|
var prevChapter = await _readerService.GetPrevChapterIdAsync(1, 2, 4, 1);
|
|
Assert.NotEqual(-1, prevChapter);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(prevChapter);
|
|
Assert.Equal("A.cbz", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetPrevChapterIdAsync_ShouldMoveFromChapterToVolume()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithNumber(0)
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("21").Build())
|
|
.WithChapter(new ChapterBuilder("22").Build())
|
|
.Build())
|
|
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
|
|
var prevChapter = await _readerService.GetPrevChapterIdAsync(1, 1, 1, 1);
|
|
Assert.NotEqual(-1, prevChapter);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(prevChapter);
|
|
Assert.Equal("22", actualChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetPrevChapterIdAsync_ShouldRollIntoPrevVolume_WhenAllVolumesHaveAChapterToo()
|
|
{
|
|
await ResetDb();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithNumber(1)
|
|
.WithChapter(new ChapterBuilder("12").Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithNumber(2)
|
|
.WithChapter(new ChapterBuilder("12").Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
var user = new AppUserBuilder("majora2007", "fake").Build();
|
|
|
|
_context.AppUser.Add(user);
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetPrevChapterIdAsync(1, 2, 2, 1);
|
|
var actualChapter = await _unitOfWork.ChapterRepository.GetChapterAsync(nextChapter, ChapterIncludes.Volumes);
|
|
Assert.Equal(1, actualChapter.Volume.Number);
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region GetContinuePoint
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnFirstVolume_NoProgress()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("95").Build())
|
|
.WithChapter(new ChapterBuilder("96").Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("1").Build())
|
|
.WithChapter(new ChapterBuilder("2").Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("21").Build())
|
|
.WithChapter(new ChapterBuilder("22").Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("3")
|
|
.WithChapter(new ChapterBuilder("31").Build())
|
|
.WithChapter(new ChapterBuilder("32").Build())
|
|
.Build())
|
|
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("1", nextChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnFirstVolume_WhenFirstVolumeIsAlsoTaggedAsChapter1_WithProgress()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(3).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build())
|
|
.Build())
|
|
.WithPages(4)
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 2,
|
|
ChapterId = 1,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("1", nextChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnFirstVolume_WhenFirstVolumeIsAlsoTaggedAsChapter1Through11_WithProgress()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("1", "1-11").WithPages(3).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build())
|
|
.Build())
|
|
.WithPages(4)
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 2,
|
|
ChapterId = 1,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("1-11", nextChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnFirstNonSpecial()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("2").WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("21").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("22").WithPages(1).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("3")
|
|
.WithChapter(new ChapterBuilder("31").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("32").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
|
|
// Save progress on first volume chapters and 1st of second volume
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 1,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 2,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 3,
|
|
SeriesId = 1,
|
|
VolumeId = 2
|
|
}, 1);
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("22", nextChapter.Range);
|
|
|
|
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnFirstNonSpecial2()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
// Loose chapters
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("45").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("46").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("47").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("48").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("Some Special Title").WithIsSpecial(true).WithPages(1).Build())
|
|
.Build())
|
|
// One file volume
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build()) // Read
|
|
.Build())
|
|
// Chapter-based volume
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("21").WithPages(1).Build()) // Read
|
|
.WithChapter(new ChapterBuilder("22").WithPages(1).Build())
|
|
.Build())
|
|
// Chapter-based volume
|
|
.WithVolume(new VolumeBuilder("3")
|
|
.WithChapter(new ChapterBuilder("31").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("32").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
// Save progress on first volume and 1st chapter of second volume
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 6, // Chapter 0 volume 1 id
|
|
SeriesId = 1,
|
|
VolumeId = 2 // Volume 1 id
|
|
}, 1);
|
|
|
|
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 7, // Chapter 21 volume 2 id
|
|
SeriesId = 1,
|
|
VolumeId = 3 // Volume 2 id
|
|
}, 1);
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("22", nextChapter.Range);
|
|
|
|
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnFirstSpecial()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("2").WithPages(1).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("21").WithPages(1).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("31").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("32").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
|
|
// Save progress on first volume chapters and 1st of second volume
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 1,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 2,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 3,
|
|
SeriesId = 1,
|
|
VolumeId = 2
|
|
}, 1);
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("31", nextChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnFirstChapter_WhenNonRead_LooseLeafChaptersAndVolumes()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("230").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("231").WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("2").WithPages(1).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("21").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("1", nextChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnLooseChapter_WhenAllVolumesRead_HasSpecialAndLooseChapters_Unread()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("100").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("101").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("Christmas Eve").WithIsSpecial(true).WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
var user = new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
};
|
|
_context.AppUser.Add(user);
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
// Mark everything but chapter 101 as read
|
|
await _readerService.MarkSeriesAsRead(user, 1);
|
|
await _unitOfWork.CommitAsync();
|
|
|
|
// Unmark last chapter as read
|
|
var vol = await _unitOfWork.VolumeRepository.GetVolumeByIdAsync(1);
|
|
foreach (var chapt in vol.Chapters)
|
|
{
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 0,
|
|
ChapterId = chapt.Id,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
}
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("100", nextChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnLooseChapter_WhenAllVolumesAndAFewLooseChaptersRead()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("100").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("101").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("102").WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("2").WithPages(1).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("21").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
var user = new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
};
|
|
_context.AppUser.Add(user);
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
// Mark everything but chapter 101 as read
|
|
await _readerService.MarkSeriesAsRead(user, 1);
|
|
await _unitOfWork.CommitAsync();
|
|
|
|
// Unmark last chapter as read
|
|
var vol = await _unitOfWork.VolumeRepository.GetVolumeByIdAsync(1);
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 0,
|
|
ChapterId = vol.Chapters.ElementAt(1).Id,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 0,
|
|
ChapterId = vol.Chapters.ElementAt(2).Id,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("101", nextChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnFirstChapter_WhenAllRead()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("2").WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("21").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
// Save progress on first volume chapters and 1st of second volume
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 1,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 2,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 3,
|
|
SeriesId = 1,
|
|
VolumeId = 2
|
|
}, 1);
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("1", nextChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnFirstChapter_WhenAllReadAndAllChapters()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("2").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("3").WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("11").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("22").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
// Save progress on first volume chapters and 1st of second volume
|
|
var user = await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress);
|
|
await _readerService.MarkSeriesAsRead(user, 1);
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("11", nextChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnFirstSpecial_WhenAllReadAndAllChapters()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("2").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("3").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("Some Special Title").WithIsSpecial(true).WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
// Save progress on first volume chapters and 1st of second volume
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 1,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 2,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 3,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("Some Special Title", nextChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnFirstVolumeChapter_WhenPreExistingProgress()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("230").WithPages(1).Build())
|
|
//.WithChapter(new ChapterBuilder("231").WithPages(1).Build()) (Added later)
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("2").WithPages(1).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build())
|
|
//.WithChapter(new ChapterBuilder("14.9").WithPages(1).Build()) (added later)
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var user = await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress);
|
|
await _readerService.MarkSeriesAsRead(user, 1);
|
|
await _context.SaveChangesAsync();
|
|
|
|
// Add 2 new unread series to the Series
|
|
series.Volumes[0].Chapters.Add(new ChapterBuilder("231")
|
|
.WithPages(1)
|
|
.Build());
|
|
series.Volumes[2].Chapters.Add(new ChapterBuilder("14.9")
|
|
.WithPages(1)
|
|
.Build());
|
|
_context.Series.Attach(series);
|
|
await _context.SaveChangesAsync();
|
|
|
|
// This tests that if you add a series later to a volume and a loose leaf chapter, we continue from that volume, rather than loose leaf
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
Assert.Equal("14.9", nextChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnUnreadSingleVolume_WhenThereAreSomeSingleVolumesBeforeLooseLeafChapters()
|
|
{
|
|
await ResetDb();
|
|
var readChapter1 = new ChapterBuilder("0").WithPages(1).Build();
|
|
var readChapter2 = new ChapterBuilder("0").WithPages(1).Build();
|
|
var volume = new VolumeBuilder("3").WithChapter(new ChapterBuilder("0").WithPages(1).Build()).Build();
|
|
|
|
var series = new SeriesBuilder("Test")
|
|
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("51").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("52").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("53").WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(readChapter1)
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(readChapter2)
|
|
.Build())
|
|
// 3, 4, and all loose leafs are unread should be unread
|
|
.WithVolume(new VolumeBuilder("3")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("4")
|
|
.WithChapter(new ChapterBuilder("40").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("41").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
// Save progress on first volume chapters and 1st of second volume
|
|
var user = await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress);
|
|
await _readerService.MarkChaptersAsRead(user, 1,
|
|
new List<Chapter>()
|
|
{
|
|
readChapter1, readChapter2
|
|
});
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal(4, nextChapter.VolumeId);
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
/// Volume 1-10 are fully read (single volumes),
|
|
/// Special 1 is fully read
|
|
/// Chapters 56-90 are read
|
|
/// Chapter 91 has partial progress on
|
|
/// </summary>
|
|
[Fact]
|
|
public async Task GetContinuePoint_ShouldReturnLastLooseChapter()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("21").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("22").WithPages(1).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("51").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("52").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("91").WithPages(2).Build())
|
|
.WithChapter(new ChapterBuilder("Special").WithIsSpecial(true).WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 1,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 2,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 3,
|
|
SeriesId = 1,
|
|
VolumeId = 2
|
|
}, 1);
|
|
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 4,
|
|
SeriesId = 1,
|
|
VolumeId = 2
|
|
}, 1);
|
|
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 5,
|
|
SeriesId = 1,
|
|
VolumeId = 2
|
|
}, 1);
|
|
|
|
// Chapter 91 has partial progress, hence it should resume there
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 6,
|
|
SeriesId = 1,
|
|
VolumeId = 2
|
|
}, 1);
|
|
|
|
// Special is fully read
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 7,
|
|
SeriesId = 1,
|
|
VolumeId = 2
|
|
}, 1);
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("91", nextChapter.Range);
|
|
}
|
|
|
|
[Fact]
|
|
public async Task GetContinuePoint_DuplicateIssueNumberBetweenChapters()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("2").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("21").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("22").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("32").WithPages(1).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("2").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("21").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("22").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("32").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 1,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
var nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("2", nextChapter.Range);
|
|
Assert.Equal(1, nextChapter.VolumeId);
|
|
|
|
// Mark chapter 2 as read
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 2,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
await _context.SaveChangesAsync();
|
|
|
|
nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("21", nextChapter.Range);
|
|
Assert.Equal(1, nextChapter.VolumeId);
|
|
|
|
// Mark chapter 21 as read
|
|
await _readerService.SaveReadingProgress(new ProgressDto()
|
|
{
|
|
PageNum = 1,
|
|
ChapterId = 3,
|
|
SeriesId = 1,
|
|
VolumeId = 1
|
|
}, 1);
|
|
await _context.SaveChangesAsync();
|
|
|
|
nextChapter = await _readerService.GetContinuePoint(1, 1);
|
|
|
|
Assert.Equal("22", nextChapter.Range);
|
|
Assert.Equal(1, nextChapter.VolumeId);
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
#region MarkChaptersUntilAsRead
|
|
|
|
[Fact]
|
|
public async Task MarkChaptersUntilAsRead_ShouldMarkAllChaptersAsRead()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("2").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("3").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("Some Special Title").WithIsSpecial(true).WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var user = await _unitOfWork.UserRepository.GetUserByUsernameAsync("majora2007", AppUserIncludes.Progress);
|
|
await _readerService.MarkChaptersUntilAsRead(user, 1, 5);
|
|
await _context.SaveChangesAsync();
|
|
|
|
// Validate correct chapters have read status
|
|
Assert.Equal(1, (await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(1, 1)).PagesRead);
|
|
Assert.Equal(1, (await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(2, 1)).PagesRead);
|
|
Assert.Equal(1, (await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(3, 1)).PagesRead);
|
|
Assert.Null((await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(4, 1)));
|
|
}
|
|
|
|
[Fact]
|
|
public async Task MarkChaptersUntilAsRead_ShouldMarkUptTillChapterNumberAsRead()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("2").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("2.5").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("3").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("Some Special Title").WithIsSpecial(true).WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var user = await _unitOfWork.UserRepository.GetUserByUsernameAsync("majora2007", AppUserIncludes.Progress);
|
|
await _readerService.MarkChaptersUntilAsRead(user, 1, 2.5f);
|
|
await _context.SaveChangesAsync();
|
|
|
|
// Validate correct chapters have read status
|
|
Assert.Equal(1, (await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(1, 1)).PagesRead);
|
|
Assert.Equal(1, (await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(2, 1)).PagesRead);
|
|
Assert.Equal(1, (await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(3, 1)).PagesRead);
|
|
Assert.Null((await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(4, 1)));
|
|
Assert.Null((await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(5, 1)));
|
|
}
|
|
|
|
[Fact]
|
|
public async Task MarkChaptersUntilAsRead_ShouldMarkAsRead_OnlyVolumesWithChapter0()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var user = await _unitOfWork.UserRepository.GetUserByUsernameAsync("majora2007", AppUserIncludes.Progress);
|
|
await _readerService.MarkChaptersUntilAsRead(user, 1, 2);
|
|
await _context.SaveChangesAsync();
|
|
|
|
// Validate correct chapters have read status
|
|
Assert.True(await _unitOfWork.AppUserProgressRepository.UserHasProgress(LibraryType.Manga, 1));
|
|
}
|
|
|
|
[Fact]
|
|
public async Task MarkChaptersUntilAsRead_ShouldMarkAsReadAnythingUntil()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("45").WithPages(5).Build())
|
|
.WithChapter(new ChapterBuilder("46").WithPages(46).Build())
|
|
.WithChapter(new ChapterBuilder("47").WithPages(47).Build())
|
|
.WithChapter(new ChapterBuilder("48").WithPages(48).Build())
|
|
.WithChapter(new ChapterBuilder("49").WithPages(49).Build())
|
|
.WithChapter(new ChapterBuilder("50").WithPages(50).Build())
|
|
.WithChapter(new ChapterBuilder("Some Special Title").WithIsSpecial(true).WithPages(10).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("1")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(6).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("2")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(7).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("3")
|
|
.WithChapter(new ChapterBuilder("12").WithPages(5).Build())
|
|
.WithChapter(new ChapterBuilder("13").WithPages(5).Build())
|
|
.WithChapter(new ChapterBuilder("14").WithPages(5).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var user = await _unitOfWork.UserRepository.GetUserByUsernameAsync("majora2007", AppUserIncludes.Progress);
|
|
const int markReadUntilNumber = 47;
|
|
|
|
await _readerService.MarkChaptersUntilAsRead(user, 1, markReadUntilNumber);
|
|
await _context.SaveChangesAsync();
|
|
|
|
var volumes = await _unitOfWork.VolumeRepository.GetVolumesDtoAsync(1, 1);
|
|
Assert.True(volumes.SelectMany(v => v.Chapters).All(c =>
|
|
{
|
|
// Specials are ignored.
|
|
var notReadChapterRanges = new[] {"Some Special Title", "48", "49", "50"};
|
|
if (notReadChapterRanges.Contains(c.Range))
|
|
{
|
|
return c.PagesRead == 0;
|
|
}
|
|
// Pages read and total pages must match -> chapter fully read
|
|
return c.Pages == c.PagesRead;
|
|
|
|
}));
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region MarkSeriesAsRead
|
|
|
|
[Fact]
|
|
public async Task MarkSeriesAsReadTest()
|
|
{
|
|
await ResetDb();
|
|
// TODO: Validate this is correct, shouldn't be possible to have 2 Volume 0's in a series
|
|
var series = new SeriesBuilder("Test")
|
|
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("1").WithPages(2).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("1").WithPages(2).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
await _readerService.MarkSeriesAsRead(await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress), 1);
|
|
await _context.SaveChangesAsync();
|
|
|
|
Assert.Equal(4, (await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress)).Progresses.Count);
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
#region MarkSeriesAsUnread
|
|
|
|
[Fact]
|
|
public async Task MarkSeriesAsUnreadTest()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("1").WithPages(2).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var volumes = (await _unitOfWork.VolumeRepository.GetVolumes(1)).ToList();
|
|
await _readerService.MarkChaptersAsRead(await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress), 1, volumes.First().Chapters);
|
|
|
|
await _context.SaveChangesAsync();
|
|
Assert.Equal(2, (await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress)).Progresses.Count);
|
|
|
|
await _readerService.MarkSeriesAsUnread(await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress), 1);
|
|
await _context.SaveChangesAsync();
|
|
|
|
var progresses = (await _unitOfWork.UserRepository.GetUserByIdAsync(1, AppUserIncludes.Progress)).Progresses;
|
|
Assert.Equal(0, progresses.Max(p => p.PagesRead));
|
|
Assert.Equal(2, progresses.Count);
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region FormatChapterName
|
|
|
|
[Fact]
|
|
public void FormatChapterName_Manga_Chapter()
|
|
{
|
|
var actual = ReaderService.FormatChapterName(LibraryType.Manga, false, false);
|
|
Assert.Equal("Chapter", actual);
|
|
}
|
|
|
|
[Fact]
|
|
public void FormatChapterName_Book_Chapter_WithTitle()
|
|
{
|
|
var actual = ReaderService.FormatChapterName(LibraryType.Book, false, false);
|
|
Assert.Equal("Book", actual);
|
|
}
|
|
|
|
[Fact]
|
|
public void FormatChapterName_Comic()
|
|
{
|
|
var actual = ReaderService.FormatChapterName(LibraryType.Comic, false, false);
|
|
Assert.Equal("Issue", actual);
|
|
}
|
|
|
|
[Fact]
|
|
public void FormatChapterName_Comic_WithHash()
|
|
{
|
|
var actual = ReaderService.FormatChapterName(LibraryType.Comic, true, true);
|
|
Assert.Equal("Issue #", actual);
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region MarkVolumesUntilAsRead
|
|
[Fact]
|
|
public async Task MarkVolumesUntilAsRead_ShouldMarkVolumesAsRead()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("10").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("20").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("30").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("Some Special Title").WithIsSpecial(true).WithPages(1).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("1997")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2002")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2003")
|
|
.WithChapter(new ChapterBuilder("0").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var user = await _unitOfWork.UserRepository.GetUserByUsernameAsync("majora2007", AppUserIncludes.Progress);
|
|
await _readerService.MarkVolumesUntilAsRead(user, 1, 2002);
|
|
await _context.SaveChangesAsync();
|
|
|
|
// Validate loose leaf chapters don't get marked as read
|
|
Assert.Null((await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(1, 1)));
|
|
Assert.Null((await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(2, 1)));
|
|
Assert.Null((await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(3, 1)));
|
|
|
|
// Validate that volumes 1997 and 2002 both have their respective chapter 0 marked as read
|
|
Assert.Equal(1, (await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(5, 1)).PagesRead);
|
|
Assert.Equal(1, (await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(6, 1)).PagesRead);
|
|
// Validate that the chapter 0 of the following volume (2003) is not read
|
|
Assert.Null(await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(7, 1));
|
|
|
|
}
|
|
|
|
[Fact]
|
|
public async Task MarkVolumesUntilAsRead_ShouldMarkChapterBasedVolumesAsRead()
|
|
{
|
|
await ResetDb();
|
|
var series = new SeriesBuilder("Test")
|
|
.WithVolume(new VolumeBuilder("0")
|
|
.WithChapter(new ChapterBuilder("10").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("20").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("30").WithPages(1).Build())
|
|
.WithChapter(new ChapterBuilder("Some Special Title").WithIsSpecial(true).WithPages(1).Build())
|
|
.Build())
|
|
.WithVolume(new VolumeBuilder("1997")
|
|
.WithChapter(new ChapterBuilder("1").WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2002")
|
|
.WithChapter(new ChapterBuilder("2").WithPages(1).Build())
|
|
.Build())
|
|
|
|
.WithVolume(new VolumeBuilder("2003")
|
|
.WithChapter(new ChapterBuilder("3").WithPages(1).Build())
|
|
.Build())
|
|
.Build();
|
|
series.Library = new LibraryBuilder("Test LIb", LibraryType.Manga).Build();
|
|
|
|
_context.Series.Add(series);
|
|
|
|
_context.AppUser.Add(new AppUser()
|
|
{
|
|
UserName = "majora2007"
|
|
});
|
|
|
|
await _context.SaveChangesAsync();
|
|
|
|
|
|
|
|
var user = await _unitOfWork.UserRepository.GetUserByUsernameAsync("majora2007", AppUserIncludes.Progress);
|
|
await _readerService.MarkVolumesUntilAsRead(user, 1, 2002);
|
|
await _context.SaveChangesAsync();
|
|
|
|
// Validate loose leaf chapters don't get marked as read
|
|
Assert.Null((await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(1, 1)));
|
|
Assert.Null((await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(2, 1)));
|
|
Assert.Null((await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(3, 1)));
|
|
|
|
// Validate volumes chapter 0 have read status
|
|
Assert.Equal(1, (await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(5, 1)).PagesRead);
|
|
Assert.Equal(1, (await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(6, 1)).PagesRead);
|
|
Assert.Null((await _unitOfWork.AppUserProgressRepository.GetUserProgressAsync(3, 1)));
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region GetPairs
|
|
|
|
[Theory]
|
|
[InlineData("No Wides", new [] {false, false, false}, new [] {"0,0", "1,1", "2,1"})]
|
|
[InlineData("Test_odd_spread_1.zip", new [] {false, false, false, false, false, true},
|
|
new [] {"0,0", "1,1", "2,1", "3,3", "4,3", "5,5"})]
|
|
[InlineData("Test_odd_spread_2.zip", new [] {false, false, false, false, false, true, false, false},
|
|
new [] {"0,0", "1,1", "2,1", "3,3", "4,3", "5,5", "6,6", "7,6"})]
|
|
[InlineData("Test_even_spread_1.zip", new [] {false, false, false, false, false, false, true},
|
|
new [] {"0,0", "1,1", "2,1", "3,3", "4,3", "5,5", "6,6"})]
|
|
[InlineData("Test_even_spread_2.zip", new [] {false, false, false, false, false, false, true, false, false},
|
|
new [] {"0,0", "1,1", "2,1", "3,3", "4,3", "5,5", "6,6", "7,7", "8,7"})]
|
|
[InlineData("Edge_cases_SP01.zip", new [] {true, false, false, false},
|
|
new [] {"0,0", "1,1", "2,1", "3,3"})]
|
|
[InlineData("Edge_cases_SP02.zip", new [] {false, true, false, false, false},
|
|
new [] {"0,0", "1,1", "2,2", "3,2", "4,4"})]
|
|
[InlineData("Edge_cases_SP03.zip", new [] {false, false, false, false, false, true, true, false, false, false},
|
|
new [] {"0,0", "1,1", "2,1", "3,3", "4,3", "5,5", "6,6", "7,7", "8,7", "9,9"})]
|
|
[InlineData("Edge_cases_SP04.zip", new [] {false, false, false, false, false, true, false, true, false, false},
|
|
new [] {"0,0", "1,1", "2,1", "3,3", "4,3", "5,5", "6,6", "7,7", "8,8", "9,8"})]
|
|
[InlineData("Edge_cases_SP05.zip", new [] {false, false, false, false, false, true, false, false, true, false},
|
|
new [] {"0,0", "1,1", "2,1", "3,3", "4,3", "5,5", "6,6", "7,6", "8,8", "9,9"})]
|
|
public void GetPairs_ShouldReturnPairsForNoWideImages(string caseName, IList<bool> wides, IList<string> expectedPairs)
|
|
{
|
|
|
|
var files = wides.Select((b, i) => new FileDimensionDto() {PageNumber = i, Height = 1, Width = 1, FileName = string.Empty, IsWide = b}).ToList();
|
|
var pairs = _readerService.GetPairs(files);
|
|
var expectedDict = new Dictionary<int, int>();
|
|
foreach (var pair in expectedPairs)
|
|
{
|
|
var token = pair.Split(',');
|
|
expectedDict.Add(int.Parse(token[0]), int.Parse(token[1]));
|
|
}
|
|
|
|
_testOutputHelper.WriteLine("Case: {0}", caseName);
|
|
_testOutputHelper.WriteLine("Expected: {0}", string.Join(", ", expectedDict.Select(kvp => $"{kvp.Key}->{kvp.Value}")));
|
|
_testOutputHelper.WriteLine("Actual: {0}", string.Join(", ", pairs.Select(kvp => $"{kvp.Key}->{kvp.Value}")));
|
|
|
|
Assert.Equal(expectedDict, pairs);
|
|
}
|
|
|
|
#endregion
|
|
}
|