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

Tests, fixes and test fixes #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ernstaii
Copy link

Resolves #30. Makes all tests runnable, fixes some issues revealed by the tests and adds/implements some new tests.

Analyzer tests and fixes:
Fix bugs regarding one/multiple AssemblyDirectories.
Add tests for the analyzer.
Document Inputsettings.

Implemented missing model tests.

DsmViewer:
IAction constructors and tests
Add IActionContext parameter to Iaction implementing constructors.
Use argument list instead of object[] for IAction constructor arguments.
Implement not yet implemented IAction tests.
Tests construct IActions using Activator.CreateInstance instead of new where the viewer does so.
Implemented missing model tests.

Analyzer tests and fixes:
    Fix bugs regarding one/multiple AssemblyDirectories.
    Add tests for the analyzer.
    Document Inputsettings.

Implemented missing model tests.

DsmViewer:
    IAction constructors and tests
    Add IActionContext parameter to Iaction implementing constructors.
    Use argument list instead of object[] for IAction constructor arguments.
    Implement not yet implemented IAction tests.
    Tests construct IActions using Activator.CreateInstance instead of new where the viewer does so.
    Implemented missing model tests.
Copy link

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.

Freshly compiled DsmViewer does not load model that contains actions.
1 participant