test: move theme test files into their own folder within test/src
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
||||||
|
|
||||||
import 'mocks.dart';
|
import '../mocks.dart';
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
test('ChannelListViewThemeData copyWith, ==, hashCode basics', () {
|
test('ChannelListViewThemeData copyWith, ==, hashCode basics', () {
|
||||||
+1
-1
@@ -3,7 +3,7 @@ import 'package:flutter_test/flutter_test.dart';
|
|||||||
import 'package:mocktail/mocktail.dart';
|
import 'package:mocktail/mocktail.dart';
|
||||||
import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
||||||
|
|
||||||
import 'mocks.dart';
|
import '../mocks.dart';
|
||||||
|
|
||||||
class MockStreamChatClient extends Mock implements StreamChatClient {}
|
class MockStreamChatClient extends Mock implements StreamChatClient {}
|
||||||
|
|
||||||
+1
-1
@@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
||||||
|
|
||||||
import 'mocks.dart';
|
import '../mocks.dart';
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
test('MessageSearchListViewThemeData copyWith, ==, hashCode basics', () {
|
test('MessageSearchListViewThemeData copyWith, ==, hashCode basics', () {
|
||||||
+1
-1
@@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
||||||
|
|
||||||
import 'mocks.dart';
|
import '../mocks.dart';
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
test('UserListViewThemeData copyWith, ==, hashCode basics', () {
|
test('UserListViewThemeData copyWith, ==, hashCode basics', () {
|
||||||
Reference in New Issue
Block a user