Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AspectJ初心者です。Webdriver プログラムでスクリーンショットを撮るために使用しています。以下は私のパッケージ構造です。
Screenshots クラスで定義された AspectJ の側面を使用するように、Browser クラスでプログラムを実行する方法を知りたいです。
現在、Eclipse で TestNG テストとしてテストを実行すると、アスペクトが実行されません。
あなたのプロジェクトは、内部アスペクトを使用して動作するはずです。アスペクトが外部の場合は、それらをクラス パスに配置します。