-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature/modular adapters #10
Feature/modular adapters #10
Conversation
Feature/segregate api and plugins
ea96413
to
3f7531d
Compare
app/src/main/java/blockchains/iaas/uni/stuttgart/de/adaptation/BlockchainAdapterFactory.java
Outdated
Show resolved
Hide resolved
* This ensures that the SDK is able to find the orderer and network peers. | ||
*/ | ||
@Disabled | ||
class FabricAdapterTest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as for Ethereum
.../java/blockchains/iaas/uni/stuttgart/de/adaptation/utils/BooleanExpressionEvaluatorTest.java
Outdated
Show resolved
Hide resolved
.../java/blockchains/iaas/uni/stuttgart/de/adaptation/utils/JsonSchemaToJavaTypeMapperTest.java
Outdated
Show resolved
Hide resolved
test/java/blockchains/iaas/uni/stuttgart/de/adaptation/utils/PoWConfidenceCalculatorTest.java
Outdated
Show resolved
Hide resolved
import org.junit.jupiter.api.Test; | ||
|
||
class ConnectionProfileManagerTest { | ||
// private void assertProfiles(ConnectionProfilesManager manager) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to provide alternative tests for this class
…ss, use finally block
…ion-profile-use Update object mapper at runtime
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (apart from the tests)
No description provided.