chore: remove xinda ingestion modules
This commit is contained in:
@@ -21,15 +21,15 @@ class HandlerRegistryTest {
|
||||
registry.register(exactDef);
|
||||
registry.register(wildcardDef);
|
||||
|
||||
assertThat(registry.resolve(ProtocolId.XINDA_PUSH, 0x0200, 0))
|
||||
assertThat(registry.resolve(ProtocolId.JT808, 0x0200, 0))
|
||||
.containsExactly(exactDef);
|
||||
assertThat(registry.resolve(ProtocolId.XINDA_PUSH, 0x0500, 0))
|
||||
assertThat(registry.resolve(ProtocolId.JT808, 0x0500, 0))
|
||||
.containsExactly(wildcardDef);
|
||||
}
|
||||
|
||||
private static HandlerDefinition definition(int command, String desc, Object bean, Method method) {
|
||||
return new HandlerDefinition(
|
||||
ProtocolId.XINDA_PUSH,
|
||||
ProtocolId.JT808,
|
||||
command,
|
||||
0,
|
||||
desc,
|
||||
|
||||
Reference in New Issue
Block a user