Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Савельев Григорий #171

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

luvairo-m
Copy link

group.WordInfo.IsRussian.Should().Be(isEnglish);
}

private static IEnumerable<(WordTagGroup Group, bool isRussian)> GetTestGroups()

This comment was marked as resolved.

This comment was marked as off-topic.


[TestFixture]
[TestOf(nameof(CloudOptionsBuilder))]
public class CloudOptionsBuilderTests

This comment was marked as resolved.


private Result<HashSet<WordTagGroup>> ExtractGroupsFromFile(string filename, IFileReader reader)
{
try

This comment was marked as resolved.


public Result<HashSet<WordTagGroup>> SaveVisualization(HashSet<WordTagGroup> wordGroups, string filename)
{
try

This comment was marked as resolved.

{
public static Result<HashSet<WordTagGroup>> FillWithAnalysis(HashSet<WordTagGroup> wordGroups)
{
try

This comment was marked as resolved.

return new Result<T>(error);
}

public static Result<T> Of<T>(Func<T> func, string error = null)

This comment was marked as resolved.

using TagsCloud.Results;
using TagsCloudVisualization;

namespace TagsCloud.Contracts;

This comment was marked as resolved.

Перемещение интерфейсов из общей папки в папки реализаций.
Расширение обработки ошибок работы с файлами и директориями.
Небольшие правки в тестах.
Расширение тестов OptionsBuilder'ов положительными сценариями.
Небольшие правки в TagsCloud.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants